Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Go 1.16 and later required, migration of deprecation package `ioutil` | xuri | 2022-10-13 |
| | | | | | | - Improving performance for stream writer `SetRow` function, reduces memory usage over and speedup about 19% - Update dependencies module - Update GitHub workflow | ||
* | Optimization formula calculation performance and update README card badge | xuri | 2022-04-24 |
| | |||
* | Fix file corrupted in some cases, check file extension and format code | xuri | 2022-01-23 |
| | | | | | | Fix file corrupted when save as in XLAM / XLSM / XLTM / XLTX extension in some case New exported error ErrWorkbookExt has been added, and check file extension on save the workbook Format source code with `gofumpt` | ||
* | This closes #1095, support to set and get document application properties | xuri | 2021-12-26 |
| | |||
* | ref #65: new formula function PRICE | xuri | 2021-11-17 |
| | | | | | - fix COUPPCD result accuracy issue - update close spreadsheet example in documentation and README | ||
* | This closes #833, closes #845, and closes #1022, breaking changes | xuri | 2021-09-19 |
| | | | | | | - Close spreadsheet and row's iterator required - New options `WorksheetUnzipMemLimit` have been added - Improve streaming reading performance, memory usage decrease about 93.7% | ||
* | Update dependencies module and bump version 2.4.1 | xuri | 2021-08-02 |
| | |||
* | change go module import path to github.com/xuri/excelize | xuri | 2021-07-28 |
| | |||
* | support escaped string literal basic string and use GitHub Action instead of ↵ | xuri | 2021-06-11 |
| | | | | | | TravisCI - Note that: travis-ci.org will shutdown on June 15th, 2021, and I don't have enough permission to migrate this project to travis-ci.com currently | ||
* | This closes #842, avoid empty rows in the tail of the worksheet | xuri | 2021-05-16 |
| | |||
* | Fixe issue generated file corrupted caused by incorrect default XML ↵ | xuri | 2021-04-30 |
| | | | | namespace attributes | ||
* | Go 1.15 and later required, #65 fn: IMABS, IMCOS, IMCOSH, IMCOT, IMCSC, ↵ | xuri | 2021-04-04 |
| | | | | IMCSCH, IMEXP, IMLN and IMLOG10 | ||
* | AddChart support disable legend of the chart | xuri | 2020-12-27 |
| | |||
* | This closes #752, fix incorrectly merged cells on duplicate row, and new ↵ | xuri | 2020-12-22 |
| | | | | formula function: LOWER, PROPER, UPPER | ||
* | new formula func CLEAN and TRIM, change import path to v2 (#747) | Zhang Zhipeng | 2020-12-14 |
| | |||
* | Fixed #727, rounding numeric with precision for formula calculation | xuri | 2020-11-19 |
| | |||
* | - Resolve #485 use sheet index instead of ID | xuri | 2020-04-23 |
| | | | | - added 3 internal function: getSheetID, getActiveSheetID, getSheetNameByID | ||
* | Resolve #571, init remove conditional format support | xuri | 2020-03-03 |
| | |||
* | Resolve #582, support to set date field subtotal and names for pivot table | xuri | 2020-02-21 |
| | | | | - typo fixed and update do.dev badge in the README. | ||
* | Resolve #580, revert commit ↵ | xuri | 2020-02-19 |
| | | | | https://github.com/360EntSecGroup-Skylar/excelize/commit/5ca7231ed408ac264f509ff52b5d28ff4fbda757 | ||
* | Improve code coverage unit tests | xuri | 2019-12-29 |
| | |||
* | Resolve #539 Merge branch 'v2' | xuri | 2019-12-20 |
| | | | | | | # Conflicts: # rows.go # sheet.go | ||
* | Combine functions: | xuri | 2019-09-16 |
| | | | | | | workBookRelsWriter, drawingRelsWriter into relsWriter; drawingRelsReader, workbookRelsReader, workSheetRelsReader into relsReader; addDrawingRelationships, addSheetRelationships into addRels | ||
* | Testing files updated | xuri | 2019-09-02 |
| | |||
* | Update the Godoc | xuri | 2019-08-21 |
| | |||
* | Resolve #393, upgrade Go module to v2 | xuri | 2019-05-02 |
| | |||
* | Update readme | xuri | 2019-04-23 |
| | |||
* | godoc update and typo fixed | xuri | 2019-04-20 |
| | |||
* | refactor: handler error instead of panic, | xuri | 2019-03-23 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Exported functions: SetCellStyle InsertCol RemoveCol RemoveRow InsertRow DuplicateRow DuplicateRowTo SetRowHeight GetRowHeight GetCellValue GetCellFormula GetCellHyperLink SetCellHyperLink SetCellInt SetCellBool SetCellFloat SetCellStr SetCellDefault GetCellStyle SetCellValue MergeCell SetSheetRow SetRowVisible GetRowVisible SetRowOutlineLevel GetRowOutlineLevel GetRows Columns SearchSheet AddTable GetPicture AutoFilter GetColVisible SetColVisible GetColOutlineLevel SetColOutlineLevel SetColWidth GetColWidth inner functions: adjustHelper adjustMergeCells adjustAutoFilter prepareCell setDefaultTimeStyle timeToExcelTime addDrawingChart addDrawingVML addDrawingPicture getTotalRowsCols checkRow addDrawingShape addTable | ||
* | Typo fixed and godoc updated | xuri | 2019-03-20 |
| | |||
* | update README and functions docs (#351) | Kimxu | 2019-03-07 |
| | | | | | | * update README and functions docs * update README and functions docs | ||
* | Update readme | xuri | 2019-01-29 |
| | |||
* | Resolve #329, add copyright agreement statement on README and LICENSE | xuri | 2019-01-05 |
| | |||
* | README updated | xuri | 2019-01-01 |
| | |||
* | Add new logo for excelize | xuri | 2018-12-05 |
| | |||
* | GoDoc updated. | xuri | 2018-07-13 |
| | |||
* | - Support to set the positioning of a picture, relate issue #214; | Ri Xu | 2018-04-26 |
| | | | | - go test and godoc has been updated | ||
* | Fix typo and adding Chinese version document. | Ri Xu | 2018-04-23 |
| | |||
* | Remove English from the Chinese Readme file. | Ri Xu | 2018-03-27 |
| | |||
* | Add the Chinese version of the README file. | Ri Xu | 2018-03-27 |