Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add surface 3D, wireframe Surface 3D, contour, and wireframe contour chart ↵ | xuri | 2019-06-15 |
| | | | | support | ||
* | support to create cone, pyramid and cylinder series chart for column and ↵ | xuri | 2019-06-14 |
| | | | | bar types | ||
* | Fix #422, avoid accent theme color index overflow | xuri | 2019-06-09 |
| | |||
* | Resolve #393, upgrade Go module to v2 | xuri | 2019-05-02 |
| | |||
* | Add a check for maximum limit hyperlinks in a worksheet | xuri | 2019-04-21 |
| | | | | typo fixed | ||
* | Resolve #369,#370 | xuri | 2019-04-15 |
| | | | | | | | | | | | | | | | | | | add error return value exported functions: GetMergeCells ProtectSheet UnprotectSheet UpdateLinkedValue GetMergeCells SetSheetVisible inner functions: workSheetReader copySheet | ||
* | 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 | ||
* | Huge refactorig for consistent col/row numbering (#356) | Veniamin Albaev | 2019-03-20 |
| | | | | | | | | | | | | | | | | | | | * Huge refactorig for consistent col/row numbering Started from simply changing ToALphaString()/TitleToNumber() logic and related fixes. But have to go deeper, do fixes, after do related fixes and again and again. Major improvements: 1. Tests made stronger again (But still be weak). 2. "Empty" returns for incorrect input replaces with panic. 3. Check for correct col/row/cell naming & addressing by default. 4. Removed huge amount of duplicated code. 5. Removed ToALphaString(), TitleToNumber() and it helpers functions at all, and replaced with SplitCellName(), JoinCellName(), ColumnNameToNumber(), ColumnNumberToName(), CellNameToCoordinates(), CoordinatesToCellName(). 6. Minor fixes for internal variable naming for code readability (ex. col, row for input params, colIdx, rowIdx for slice indexes etc). * Formatting fixes | ||
* | Resolve #274, performance optimization for add images, charts and shapes | xuri | 2019-02-25 |
| | |||
* | README updated | xuri | 2019-01-01 |
| | |||
* | Resolve #311, create 2D/3D area, stacked area, 100% stacked area chart support | xuri | 2018-12-23 |
| | |||
* | resolve #276, add OfficeOpenXML-XMLSchema-Strict mode support | xuri | 2018-10-17 |
| | |||
* | Comments style changed. | xuri | 2018-09-14 |
| | |||
* | Comments style changed. | xuri | 2018-09-14 |
| | |||
* | Comments style changed. | xuri | 2018-09-14 |
| | |||
* | Fix golint errors under confidence 0.1 | xuri | 2018-09-12 |
| | |||
* | Fixes #256 and format document. | xuri | 2018-08-06 |
| | |||
* | GoDoc updated. | xuri | 2018-07-13 |
| | |||
* | - Add error return value for functions: `AddChart()`, `AddComment()`, ↵ | xuri | 2018-05-27 |
| | | | | | | `AddPicture()`, `AddShape()`, `AddTable()` and `SetConditionalFormat()` - go test 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> | ||
* | save bytes on memory instead of string | Lunny Xiao | 2018-05-07 |
| | |||
* | - 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 |
| | |||
* | - Add categories or values on reverse order (orientation of the chart) ↵ | Ri Xu | 2018-03-29 |
| | | | | | | support, and set auto or fixed maximum, minimum of the axis, relate issue #202; - go test and godoc has been updated | ||
* | Readme and godoc has been updated. | Ri Xu | 2018-03-06 |
| | |||
* | - Update the function `AddChart()`: clustered, stacked and 100% stacked bar ↵ | Ri Xu | 2018-03-05 |
| | | | | | | and column series charts supported, relate issue #190; - go test and godoc has been updated | ||
* | Update godoc to make charts compatibility with WPS, relate issue #187. | Ri Xu | 2018-02-12 |
| | |||
* | - Add a hyperlink to an image support for the function `AddPicture()`, ↵ | Ri Xu | 2018-02-03 |
| | | | | | | relate issue #185; - go test and document has been updated. | ||
* | - gofmted with -s; | Ri Xu | 2018-01-31 |
| | | | | | - Fix ineffectual assignments in Go code; - Godoc has been updated | ||
* | 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 |
| | |||
* | - Add 3D column and 3D 100% stacked column chart support, relate issue #160; | Ri Xu | 2018-01-08 |
| | | | | - go test updated | ||
* | Merge pull request #153 from jinzhu/master | xuri | 2017-12-01 |
|\ | | | | | Rename import path to github.com/360EntSecGroup-Skylar/excelize | ||
| * | Rename import path to github.com/360EntSecGroup-Skylar/excelize | Jinzhu | 2017-11-16 |
| | | |||
* | | Add stacked bar chart | Rohan Allison | 2017-11-24 |
|/ | |||
* | - Bugfix: use sheet name in func `AddPicture`, relate issue #142; | Ri Xu | 2017-10-31 |
| | | | | - godoc updated | ||
* | Performance optimization, use the array index instead of the value in range. | Ri Xu | 2017-10-16 |
| | |||
* | Improve code readability. | Ri Xu | 2017-09-30 |
| | |||
* | - Add number format code with unicode values, relate issue #86; | Ri Xu | 2017-07-26 |
| | | | | - godoc updated | ||
* | - Currency format supported, relate issue #80; | Ri Xu | 2017-07-14 |
| | | | | - go test and godoc updated | ||
* | Repo URI changed. | Ri Xu | 2017-07-11 |
| | |||
* | 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 ^_^ | ||
* | Fix non-visual canvas properties ID calculator. | Ri Xu | 2017-05-25 |
| | |||
* | - Worksheet conditional formatting support added, relate issue #56; | Ri Xu | 2017-05-25 |
| | | | | - gofmted with -s | ||
* | Code optimize. | Ri Xu | 2017-05-24 |
| | |||
* | Support set font style of shape text. Relate issue #38. | Ri Xu | 2017-05-16 |
| |