Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Resolve #643, avoid creating duplicate style | xuri | 2020-05-24 |
| | |||
* | add test for ReadZipReader, close #642 | xuri | 2020-05-23 |
| | |||
* | Improved error handling and stoped the crash due to fatel error (#593) close ↵ | sachin-puranik | 2020-05-23 |
| | | | | #624 | ||
* | Merge pull request #517 from hengmyj/fix/cell_lock | xuri | 2020-05-22 |
|\ | | | | | make set cell value is concurrency safe | ||
| * | Merge branch 'master' into fix/cell_lock | xuri | 2020-05-22 |
| |\ | |/ |/| | |||
* | | - transform the range to the matrix on the first arg of the formula | xuri | 2020-05-21 |
| | | | | | | | | | | - typo fix - reset cell with and height when insert picture into merged cell with autofit | ||
* | | Merge pull request #410 | xuri | 2020-05-17 |
| | | |||
* | | Merge pull request #638 from yuemanxilou/master | xuri | 2020-05-15 |
|\ \ | | | | | | | avoid duplicate filter database in workbook defined name | ||
| * | | avoid duplicate filter database in workbook defined name | yuemanxilou | 2020-05-15 |
|/ / | |||
* | | Fix #637, improve the compatibility of the auto filter with Office 2007 - 2013 | xuri | 2020-05-14 |
| | | |||
* | | - New API: SetSheetFormatPr and GetSheetFormatPr | xuri | 2020-05-12 |
| | | | | | | | | - typo fix, resolve #635 | ||
* | | updated test and go.mod | xuri | 2020-05-11 |
| | | |||
* | | - formula engine: reduce cyclomatic complexity | xuri | 2020-05-10 |
| | | | | | | | | - styles: allow empty and default cell formats, #628 | ||
* | | - fn: SUMSQ | xuri | 2020-05-09 |
| | | | | | | | | | | | | - resolve ineffectual assignment - handle exception with invalid formula - update range resolver | ||
* | | #65, fn: ROUND, ROUNDDOWN, ROUNDUP, SEC, SECH, SIN, SINH, SQRTPI, TAN, TANH, ↵ | xuri | 2020-05-08 |
| | | | | | | | | TRUNC | ||
* | | #65 fn: MOD, MROUND, MULTINOMIAL, MUNIT, ODD, PI, RADIANS, RAND, ↵ | xuri | 2020-05-07 |
| | | | | | | | | RANDBETWEEN, ROMAN | ||
* | | Merge branch 'formula' | xuri | 2020-05-06 |
|\ \ | |||
| * | | #65 fn: CSCH, DECIMAL, DEGREES, EVEN, EXP, FACT, FACTDOUBLE, FLOOR, ↵ | xuri | 2020-05-06 |
| | | | | | | | | | | | | FLOOR.MATH, FLOOR.PRECISE, INT, ISO.CEILING, LN, LOG, LOG10, MDETERM | ||
| * | | #65 fn: CEILING.PRECISE, COMBIN, COMBINA, COS, COSH, COT, COTH, CSC | xuri | 2020-05-05 |
| | | | |||
| * | | fn: CEILING, CEILING.MATH | xuri | 2020-05-04 |
| | | | |||
| * | | fn: ACOS, ACOSH, ACOT, ACOTH, ARABIC, ASIN, ASINH, ATANH, ATAN2, BASE | xuri | 2020-05-04 |
| | | | |||
| * | | fn: ABS, GCD, LCM, POWER, PRODUCT, SIGN, SQRT, SUM, QUOTIENT | xuri | 2020-05-04 |
| | | | |||
| * | | init formula calculation engine, ref #65 and #599 | xuri | 2020-05-03 |
| | | | |||
* | | | Resolve #628, omit number format empty | xuri | 2020-05-06 |
|/ / | |||
* | | handle the cell without r attribute in a row element | xuri | 2020-04-24 |
| | | |||
* | | - Resolve #485 use sheet index instead of ID | xuri | 2020-04-23 |
| | | | | | | | | - added 3 internal function: getSheetID, getActiveSheetID, getSheetNameByID | ||
* | | - Resolve #611, fix failure BenchmarkSetCellValue | xuri | 2020-04-10 |
| | | | | | | | | | | - Allow empty filter, data, and rows in the pivot table - Add more test case for pivot table | ||
* | | Resolve #598, filter support for AddPivotTable | xuri | 2020-04-09 |
| | | |||
* | | Fix for issue #608 (#609) | echarlus | 2020-04-09 |
| | | |||
* | | Replace bytes.NewReader(stringToBytes(s)) with strings.NewReader(s) (#610) | Olivier Mengué | 2020-04-09 |
| | | |||
* | | Resolve #172, init rich text support | xuri | 2020-04-06 |
| | | |||
* | | Performance improvements | xuri | 2020-04-05 |
| | | |||
* | | fix reading wrong string from xml such as below | foxmeder | 2020-04-02 |
| | | | | | | | | <sheetData><row r="1"><c r="A1" s="1" t="s"><v>0</v></c><c r="B1" s="1" t="s"></c></row></sheetData> | ||
* | | Add unit test case | xuri | 2020-04-01 |
| | | |||
* | | Resolve #345, fix missing comments by GetComments | xuri | 2020-03-31 |
| | | |||
* | | remove ineffectual variable assignments and simplify code | xuri | 2020-03-29 |
| | | |||
* | | Resolve #451, support create chart sheet | xuri | 2020-03-28 |
| | | |||
* | | #451, init struct for chart sheet | xuri | 2020-03-25 |
| | | |||
* | | Resolve #200, ignore empty conditional format style | xuri | 2020-03-16 |
| | | |||
* | | Resolve #348, support delete Data Validation | xuri | 2020-03-13 |
| | | |||
* | | Resolve #470, export Style structs to allow create the style for cells by ↵ | xuri | 2020-03-10 |
| | | | | | | | | given JSON or structure | ||
* | | Remove calculated properties to make recalculate formulas in some ↵ | xuri | 2020-03-09 |
| | | | | | | | | spreadsheet applications, such as Kingsoft WPS | ||
* | | Merge pull request #592 from hexbioc/master | xuri | 2020-03-04 |
|\ \ | | | | | | | Exported function to convert excel date to time | ||
| * | | Export ExcelDateToTime function to convert excel date to time | Vaibhav Nayak | 2020-03-03 |
|/ / | | | | | | | Signed-off-by: Vaibhav Nayak <vaibhav.nayak@gmail.com> | ||
* | | Resolve #571, init remove conditional format support | xuri | 2020-03-03 |
| | | |||
* | | Resolve #492, init support for insert and remove page break | xuri | 2020-03-01 |
| | | |||
* | | Merge pull request #589 from xxb-at-julichina/master | xuri | 2020-02-29 |
|\ \ | | | | | | | Reduce redundant memory copy in getRowHeight | ||
| * | | Update rows.go | xxb-at-julichina | 2020-02-28 |
|/ / | |||
* | | AddPivotTable API changed: new structure PivotTableField to hold pivot table ↵ | xuri | 2020-02-26 |
| | | | | | | | | fields for better scalability | ||
* | | Fix #586, duplicate row with merged cells | xuri | 2020-02-25 |
| | |