summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* | #65, fn: ROUND, ROUNDDOWN, ROUNDUP, SEC, SECH, SIN, SINH, SQRTPI, TAN, TANH, ...xuri2020-05-08
* | #65 fn: MOD, MROUND, MULTINOMIAL, MUNIT, ODD, PI, RADIANS, RAND, RANDBETWEEN,...xuri2020-05-07
* | Merge branch 'formula'xuri2020-05-06
|\ \
| * | #65 fn: CSCH, DECIMAL, DEGREES, EVEN, EXP, FACT, FACTDOUBLE, FLOOR, FLOOR.MAT...xuri2020-05-06
| * | #65 fn: CEILING.PRECISE, COMBIN, COMBINA, COS, COSH, COT, COTH, CSCxuri2020-05-05
| * | fn: CEILING, CEILING.MATHxuri2020-05-04
| * | fn: ACOS, ACOSH, ACOT, ACOTH, ARABIC, ASIN, ASINH, ATANH, ATAN2, BASExuri2020-05-04
| * | fn: ABS, GCD, LCM, POWER, PRODUCT, SIGN, SQRT, SUM, QUOTIENTxuri2020-05-04
| * | init formula calculation engine, ref #65 and #599xuri2020-05-03
* | | Resolve #628, omit number format emptyxuri2020-05-06
|/ /
* | handle the cell without r attribute in a row elementxuri2020-04-24
* | - Resolve #485 use sheet index instead of IDxuri2020-04-23
* | - Resolve #611, fix failure BenchmarkSetCellValuexuri2020-04-10
* | Resolve #598, filter support for AddPivotTablexuri2020-04-09
* | Fix for issue #608 (#609)echarlus2020-04-09
* | Replace bytes.NewReader(stringToBytes(s)) with strings.NewReader(s) (#610)Olivier Mengué2020-04-09
* | Resolve #172, init rich text supportxuri2020-04-06
* | Performance improvementsxuri2020-04-05
* | fix reading wrong string from xml such as belowfoxmeder2020-04-02
* | Add unit test casexuri2020-04-01
* | Resolve #345, fix missing comments by GetCommentsxuri2020-03-31
* | remove ineffectual variable assignments and simplify codexuri2020-03-29
* | Resolve #451, support create chart sheetxuri2020-03-28
* | #451, init struct for chart sheetxuri2020-03-25
* | Resolve #200, ignore empty conditional format stylexuri2020-03-16
* | Resolve #348, support delete Data Validationxuri2020-03-13
* | Resolve #470, export Style structs to allow create the style for cells by giv...xuri2020-03-10
* | Remove calculated properties to make recalculate formulas in some spreadsheet...xuri2020-03-09
* | Merge pull request #592 from hexbioc/masterxuri2020-03-04
|\ \
| * | Export ExcelDateToTime function to convert excel date to timeVaibhav Nayak2020-03-03
|/ /
* | Resolve #571, init remove conditional format supportxuri2020-03-03
* | Resolve #492, init support for insert and remove page breakxuri2020-03-01
* | Merge pull request #589 from xxb-at-julichina/masterxuri2020-02-29
|\ \
| * | Update rows.goxxb-at-julichina2020-02-28
|/ /
* | AddPivotTable API changed: new structure PivotTableField to hold pivot table ...xuri2020-02-26
* | Fix #586, duplicate row with merged cellsxuri2020-02-25
* | Resolve #582, support to set date field subtotal and names for pivot tablexuri2020-02-21
* | Resolve #580, revert commit https://github.com/360EntSecGroup-Skylar/excelize...xuri2020-02-19
* | Fix #578, escape character in the formulaxuri2020-02-15
* | Fix #576, serialize by fields order on stream flushxuri2020-02-13
* | Resolve #570, flat columns for the column's operationxuri2020-02-07
* | Merge pull request #565 from Amodio/masterxuri2020-01-23
|\ \
| * | SetColVisible() can parse a column range + typos.Jacques Boscq2020-01-21
|/ /
* | Resolve #455, init delete picture from spreadsheet supportxuri2020-01-22
* | Make DeleteChart delete multiple charts located on the same cellxuri2020-01-21
* | Resolve #557, init delete chart supportxuri2020-01-19
* | Specified combo chart as variadic parametersxuri2020-01-16
* | Fix #554, init combo chart support, new chart pie of pie, bar of pie chart su...xuri2020-01-14
* | optimize code and comments: use println errors instead of panicxuri2020-01-03
* | Fix #551, handle empty rows in streaming readingxuri2019-12-31