Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 | ||
* | Repo URI changed. | Ri Xu | 2017-07-11 |
| | |||
* | Update image in readme and fix typo. | Ri Xu | 2017-07-06 |
| | |||
* | API changed, use `NewFile()` instead of `CreateFile()` and use `SaveAs()` ↵ | Ri Xu | 2017-06-28 |
| | | | | instead of `WriteTo()`. | ||
* | - Make function `TitleToNumber()` exportable, note that function ↵ | Ri Xu | 2017-06-27 |
| | | | | | | `ToAlphaString()` return value calculation changes, get more info from go doc. Relate issue #63; - Readme and go doc updated | ||
* | - Fix missing relationships in drawing content type shall, relate issue #58; | Ri Xu | 2017-06-03 |
| | | | | - Add a donation link, related issue #57 ^_^ | ||
* | - Initialize shape support: new function `AddShape()` added. Relate issue #38; | Ri Xu | 2017-04-30 |
| | | | | | - Drawing `nvPicPr` element ID property calculation changed; - go test updated | ||
* | - Initialize table support; | Ri Xu | 2017-04-28 |
| | | | | - go test updated | ||
* | - Update doc of function `AddChart()`; | Ri Xu | 2017-04-23 |
| | | | | | - Readme updated; - go test update | ||
* | - Initialize char support, relate issue #31; | Ri Xu | 2017-04-23 |
| | | | | | | | | - Doc for function `GetRows()` updated, relate issue #43; - Fix doc typo in `xmlContentTypes.go`; - Default template updated; - Readme updated; - go test updated | ||
* | - Fix SheetCount count error; | Ri Xu | 2017-04-01 |
| | | | | | - Optimize deserialization operations; - README updated, add go version required notice | ||
* | Change function `AddPicture()` parameters to add add printing settings ↵ | Ri Xu | 2017-02-28 |
| | | | | support. Related issue #27. | ||
* | - Improved performance when reading large files, call Token to read tokens ↵ | Ri Xu | 2017-02-12 |
| | | | | | | | one by one instead Unmarshal. Related issue #20 ; - Fix go test typo; - Update README | ||
* | Fix issue #17, update README and fix typo. | Ri Xu | 2017-01-23 |
| | |||
* | Update README, godoc and fix typo. | Ri Xu | 2017-01-22 |
| | |||
* | Support add picture with offset and scaling. | Ri Xu | 2017-01-22 |
| | |||
* | - Add hyperlink and set formula support for cell support; | Ri Xu | 2017-01-19 |
| | | | | | - Character limits for cells added; - Update go test and fix typo | ||
* | - New function `AddPicture()` added, support to add picture into excel cell; | Ri Xu | 2017-01-17 |
| | | | | | - go test updated; - fix typo and `gofmt -s` formatted | ||
* | Update README. | Ri Xu | 2016-11-06 |
| | |||
* | Update go test case and update readme. | Ri Xu | 2016-10-23 |
| |