Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 | ||
* | Update the tips message for Go modules user | 龚尚 | 2021-01-05 |
| | |||
* | 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 |
| | |||
* | Fix #724, standardize variable naming and update unit tests | xuri | 2020-11-11 |
| | |||
* | support case-sensitive doc parts to improve compatibility | xuri | 2020-07-09 |
| | |||
* | - 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 | ||
* | Updating Readme | Matthew McFarling | 2019-08-28 |
| | | | Removing the /v2 on the package url as it does not work with the ```go get``` command. | ||
* | Handle multi row inline strings | Harris | 2019-08-09 |
| | | | | | | | | | The inline string struct is actually the same as the shared strings struct, reuse it. Note that Go version 1.10 is required. Fixes #462 | ||
* | 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 |
| | |||
* | Do not save duplicate images | Michael | 2019-03-25 |
| | | | | | | | Adding the same image should create a drawing referencing the already stored copy of the image. Closes #359 | ||
* | 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 | ||
* | Implement consistent row addressing by Excel row number starting with 1 (#350) | Veniamin Albaev | 2019-03-06 |
| | | | | | | | | | | | | | | | * Implement consistent row addressing by Excel row number starting with 1 1. Added second versions for all row manipulation methods with zero-based row addressing. 2. Fixed methods documentation to explicitly describe which row addressing used in method. 3. Added WARNING to README.md. 4. Cosmetic change: All row test moved to file `rows_test.go`. * TravisCI: go1.12 added to tests matrix * BACKWARD INCOMPARTIBLE: Use only Excel numbering logic from 1 row * README updated | ||
* | 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 license scan report and status | fossabot | 2018-12-30 |
| | | | Signed-off-by: fossabot <badges@fossa.io> | ||
* | Add new logo for excelize | xuri | 2018-12-05 |
| | |||
* | GoDoc updated. | xuri | 2018-07-13 |
| | |||
* | - Initialize shared formula types support, relate issue #227; | xuri | 2018-05-26 |
| | | | | - go test and godoc has been updated | ||
* | Simplify testing code, add test case for outline functions and update the godoc. | xuri | 2018-05-11 |
| | |||
* | Use format string for chart dimension. | Eugene Dzhurinsky | 2018-05-09 |
| | | | | Signed-off-by: Eugene Dzhurinsky <jdevelop@gmail.com> | ||
* | Custom chart size. | Eugene Dzhurinsky | 2018-05-08 |
| | | | | | | | Added helper functions to set the chart size. Added the unit test Signed-off-by: Eugene Dzhurinsky <jdevelop@gmail.com> | ||
* | - 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 |
| | |||
* | Readme and godoc has been updated. | Ri Xu | 2018-03-06 |
| | |||
* | Update godoc to make charts compatibility with WPS, relate issue #187. | Ri Xu | 2018-02-12 |
| | |||
* | Revert "The godoc and readme page has been updated." | Ri Xu | 2018-01-28 |
| | | | | This reverts commit e4611e9e2518b6d48f1dd89879685f18749da759. | ||
* | The godoc and readme page has been updated. | Ri Xu | 2018-01-26 |
| | |||
* | Rename import path to github.com/360EntSecGroup-Skylar/excelize | Jinzhu | 2017-11-16 |
| | |||
* | Improve code readability. | Ri Xu | 2017-09-30 |
| | |||
* | - API changed, use worksheet name instead of "sheet" + index, related issue ↵ | Ri Xu | 2017-09-13 |
| | | | | | | #25, #43, #47, #51, #89, #101, #116 and #120. - go test updated | ||
* | - Conditional format with formula support, relate issue #75; | Ri Xu | 2017-08-18 |
| | | | | - go test and readme update | ||
* | - Add number format code with unicode values, relate issue #86; | Ri Xu | 2017-07-26 |
| | | | | - godoc updated | ||
* | - Init insert/remove column/row support. Relate issue #77 and #82; | Ri Xu | 2017-07-24 |
| | | | | - Readme and go test updated | ||
* | - Fix missing element in worksheet, workbook and styles. Related issue #81; | Ri Xu | 2017-07-15 |
| | | | | - Format code and update readme |