summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* test on Go 1.5 on Travis CI and update docs for the CalcCellValuexuri2020-08-14
|
* This closes #677 and closes #679, fix panic when enabling compiler inline flagsxuri2020-08-06
|
* Merge pull request #681 from WXDYGR/masterxuri2020-08-05
|\ | | | | Fixed GetCellValue percentage accuracy
| * Update styles.goWXDYGR2020-08-05
|/ | | 修复获取百分比值时,GetCellValue返回值不准确的问题
* Fix #673 comment shape compatibility issue with the recent Excel versionsxuancanh2020-07-22
| | | | | | | | | | * Fix comment shape compatibility issue * Using Go modules with Travis CI * Update .travis.yml Co-authored-by: Canh Nguyen <nguyenxc@seagroup.com> Co-authored-by: xuri <xuri.me@gmail.com>
* improvement compatibility for the XML ignorable namespacexuri2020-07-20
|
* Update test for addTablexuri2020-07-19
|
* support parse and generate XML element namespace dynamic, fix #651xuri2020-07-18
|
* Resolve #667, support shared string table without unique countxuri2020-07-15
|
* Fix issue 665 (#666)jaby2020-07-14
|
* update docs and improve compatibilityxuri2020-07-11
|
* Resolve #661 Add Logarithmic scale option support on Y axis (#662)Huy Bui (Kevin)2020-07-11
| | | | | | | | | | | | | | | | * Resolve #661 Add Logarithmic scale option support on Y axis Example usage: Add the following option into the format string when using AddChart: "y_axis":{"scaling":{"logbase":"10"}} * Change type of LogBase from attrValString to attrVarFloat * Add test case for testing Logarithmic Option in Y axis of charts * Move field `LogBase` in the format string up one level (remove `Scaling`) as suggested the owner Test cases are updated accordingly.
* support case-sensitive doc parts to improve compatibilityxuri2020-07-09
|
* Resolve #32, fix missing leading/leading spaces when working with SSTxuri2020-07-01
|
* GetCols support the row element without r attribute in the worksheetxuri2020-06-28
|
* support the row element without r attribute in the worksheetxuri2020-06-27
|
* Update docs and typo fixedxuri2020-06-22
|
* make columns iterator read cell streamingly and add max column limit on ↵xuri2020-06-22
| | | | ColumnNumberToName
* Merge pull request #653 from Jerome1337/648-column-iteratorxuri2020-06-20
|\ | | | | Implement columns iterator
| * Implement columns iteratorJérôme Pogeant2020-06-17
|/
* Merge pull request #647 from heiy/masterxuri2020-06-08
|\ | | | | escape html tag
| * escape html tagheiy2020-06-08
|/
* fn: COUNTAxuri2020-06-04
|
* fn: MEDIAN, ISNUMBERxuri2020-06-02
|
* fn: ISBLANK, ISERR, ISERROR, ISEVEN, ISNA, ISNONTEXT, ISODD, NAxuri2020-05-31
|
* fn: SUMIFxuri2020-05-30
|
* add limits for total columns, row and filename lengthxuri2020-05-29
|
* speedup get cell value from shared string tablexuri2020-05-27
|
* Fix #622, storage string to SST (shared string table)xuri2020-05-26
|
* avoid creating duplicate number formatxuri2020-05-25
|
* Resolve #643, avoid creating duplicate stylexuri2020-05-24
|
* add test for ReadZipReader, close #642xuri2020-05-23
|
* Improved error handling and stoped the crash due to fatel error (#593) close ↵sachin-puranik2020-05-23
| | | | #624
* Merge pull request #517 from hengmyj/fix/cell_lockxuri2020-05-22
|\ | | | | make set cell value is concurrency safe
| * Merge branch 'master' into fix/cell_lockxuri2020-05-22
| |\ | |/ |/|
* | - transform the range to the matrix on the first arg of the formulaxuri2020-05-21
| | | | | | | | | | - typo fix - reset cell with and height when insert picture into merged cell with autofit
* | Merge pull request #410xuri2020-05-17
| |
* | Merge pull request #638 from yuemanxilou/masterxuri2020-05-15
|\ \ | | | | | | avoid duplicate filter database in workbook defined name
| * | avoid duplicate filter database in workbook defined nameyuemanxilou2020-05-15
|/ /
* | Fix #637, improve the compatibility of the auto filter with Office 2007 - 2013xuri2020-05-14
| |
* | - New API: SetSheetFormatPr and GetSheetFormatPrxuri2020-05-12
| | | | | | | | - typo fix, resolve #635
* | updated test and go.modxuri2020-05-11
| |
* | - formula engine: reduce cyclomatic complexityxuri2020-05-10
| | | | | | | | - styles: allow empty and default cell formats, #628
* | - fn: SUMSQxuri2020-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, ↵xuri2020-05-08
| | | | | | | | TRUNC
* | #65 fn: MOD, MROUND, MULTINOMIAL, MUNIT, ODD, PI, RADIANS, RAND, ↵xuri2020-05-07
| | | | | | | | RANDBETWEEN, ROMAN
* | Merge branch 'formula'xuri2020-05-06
|\ \
| * | #65 fn: CSCH, DECIMAL, DEGREES, EVEN, EXP, FACT, FACTDOUBLE, FLOOR, ↵xuri2020-05-06
| | | | | | | | | | | | FLOOR.MATH, FLOOR.PRECISE, INT, ISO.CEILING, LN, LOG, LOG10, MDETERM
| * | #65 fn: CEILING.PRECISE, COMBIN, COMBINA, COS, COSH, COT, COTH, CSCxuri2020-05-05
| | |
| * | fn: CEILING, CEILING.MATHxuri2020-05-04
| | |