summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - Resolve #711, update docs for the GetSheetIndexxuri2020-10-12
| | | | - Update unit test
* - Resolve #627, improve multi-series line chart compatibility with KingSoft WPSxuri2020-10-11
| | | | | | - Avoid to create duplicate style - Update unit test for the auto filter - Init code scanning alerts
* Optimize memory usage when stream flush and save (#659)Lijingfeng2020-10-05
| | | | | | | | | | | | | | | | | | * use io.Copy from stream temp file to zip Writer * fix nil * log * build * delete log * fix compatibility for office * Update go module Co-authored-by: lijingfeng <lijingfeng@laiye.com> Co-authored-by: xuri <xuri.me@gmail.com>
* extend cell value load to support custom datetime format (#703)Artem Kustikov2020-10-04
| | | | | | | | | | | | | | | | | | | | | | | | | * extend cell value load to support custom datetime format * cleanup incorrect imports * fix numeric values conversion as done in legacy Excel * fix tests coverage * revert temporary package name fix * remove personal info from test XLSX files * remove unused dependencies * update format conversion in parseTime * new UT to increase code coverage * Resolve code review issue for PR #703 * Rename broken file name generated by unit test Co-authored-by: xuri <xuri.me@gmail.com>
* Merge pull request #710 from ↵xuri2020-10-01
|\ | | | | | | | | lbraconnier2/Pivot-failed-in-case-of-multi-columns-and-multi-data fix pivot fails in case of multi columns and multi data
| * fix pivot fails in case of multi columns and multi dataLudovic Braconnier2020-09-30
|/
* Pivot table generation fails when no Columns and multiple Data are provided. ↵jinhyuk-kim-ca2020-09-27
| | | | | | | | (#708) fix to create pivot table in case there is no input from Columns Co-authored-by: Jin Kim <jinhyuk.kim@cerence.com> Co-authored-by: xuri <xuri.me@gmail.com>
* Update dependency package version and docs for the OpenFilexuri2020-09-22
|
* add checking and limits for the worksheetxuri2020-09-18
|
* Update docs and test case for the pivot tablexuri2020-09-15
|
* Extend pivot table funtionality (#692)Eugene Androsov2020-09-11
| | | | | Add different pivot options Add header options to pivot table opts Add Style name options to pivot table opts
* init ECMA-376 agile encryption supportxuri2020-09-06
|
* improve compatibility for phonetic hint and sheet tab colorxuri2020-09-03
|
* support ECMA-376 document standard encryption, ref #199xuri2020-09-02
|
* Resolve #199, init password protection spreadsheet supportxuri2020-09-01
|
* Default row height compatibility with Apache OpenOffice and Kingsoft WPS, ↵xuri2020-08-22
| | | | unit test update and typo fixed
* resolved #691, fix the scale for add picture not workxuri2020-08-18
|
* using Mutex lock and update benchmarkxuri2020-08-16
|
* update stream writer fields offsetxuri2020-08-15
|
* Compatible with Go 1.15, fix unit test failed on Windows and fixed #689 ↵xuri2020-08-15
| | | | potential race condition
* Merge branch 'master' into v2xuri2020-08-14
|\
| * Fix issue #686 RemoveRow slice bounds out of range (#687)Wang Yaoshen2020-08-14
| | | | | | fix Hyperlinks update error
* | 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
|