Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove internal error log print, throw XML deserialize error | xuri | 2022-11-13 |
| | |||
* | This is a breaking change, remove partial internal error log print, throw ↵ | xuri | 2022-11-12 |
| | | | | | | | XML deserialize error - Add error return value for the `GetComments`, `GetDefaultFont` and `SetDefaultFont` functions - Update unit tests | ||
* | This closes #1369, support set, and get font color with theme and tint (#1370) | GaoFei | 2022-10-15 |
| | |||
* | This closes #320, support custom chart axis font style | xuri | 2022-10-14 |
| | |||
* | This closes #1368, fixes number parsing issue, adds support for create a 3D ↵ | xuri | 2022-10-12 |
| | | | | line chart | ||
* | Using the specialized name in a variable and making comments clear | xuri | 2022-09-18 |
| | | | | - Add JSON tags for `AppProperties`, `PivotTableOption` and `PivotTableField` structure | ||
* | This closes #1345, support set custom line color in the charts (#1346) | Artem Tarasenko | 2022-09-14 |
| | |||
* | This closes #1330 update non existing sheet error messages (#1331) | davidborry | 2022-08-28 |
| | |||
* | Format code, update documentation and remove exported variable `XMLHeaderByte` | xuri | 2022-03-24 |
| | |||
* | This closes #1172, support set hole size for doughnut (#1173) | longphee | 2022-03-09 |
| | |||
* | Export 7 errors so users can act differently on different type of errors | xuri | 2021-12-07 |
| | |||
* | 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% | ||
* | This closes #993, closes #1014 | xuri | 2021-09-06 |
| | | | | | | - Fix formula percentages calculated incorrectly - Make UpdateLinkedValue skip macro sheet - Fix conditional format bottom N not working | ||
* | - Support concurrency iterate rows and columns | xuri | 2021-07-05 |
| | | | | | - Rename exported field `File.XLSX` to `File.Pkg` - Exported error message | ||
* | This closes #652, new SetColWidth API, support set column width in stream ↵ | xuri | 2021-05-10 |
| | | | | writing mode, and export error message | ||
* | Fix UpdateLinkedValue which returns an error when has graph sheet (#793) | yuki2006 | 2021-03-04 |
| | | | | | | | | | * Fixed UpdateLinkedValue which returns an error when there is a graph sheet Signed-off-by: yuuki.ono <yagfair@gmail.com> * fix refactoring from review Signed-off-by: yuuki.ono <yagfair@gmail.com> | ||
* | AddChart support disable legend of the chart | xuri | 2020-12-27 |
| | |||
* | This closes #657 and closes #748, AddChart support custom marker symbol and ↵ | xuri | 2020-12-14 |
| | | | | symbol size, fix AddPicture auto fit failure with multi merged cells | ||
* | Fix #724, standardize variable naming and update unit tests | xuri | 2020-11-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. | ||
* | - Resolve #485 use sheet index instead of ID | xuri | 2020-04-23 |
| | | | | - added 3 internal function: getSheetID, getActiveSheetID, getSheetNameByID | ||
* | remove ineffectual variable assignments and simplify code | xuri | 2020-03-29 |
| | |||
* | Resolve #451, support create chart sheet | xuri | 2020-03-28 |
| | |||
* | Resolve #455, init delete picture from spreadsheet support | xuri | 2020-01-22 |
| | |||
* | Resolve #557, init delete chart support | xuri | 2020-01-19 |
| | |||
* | Specified combo chart as variadic parameters | xuri | 2020-01-16 |
| | |||
* | Fix #554, init combo chart support, new chart pie of pie, bar of pie chart ↵ | xuri | 2020-01-14 |
| | | | | support | ||
* | Fix #547 and #546, add default overlay element for the chart | xuri | 2019-12-28 |
| | |||
* | Fix #538, added setting a major unit and tick label skip support for the chart | xuri | 2019-12-25 |
| | |||
* | optimization: checking error in unit tests | xuri | 2019-12-24 |
| | |||
* | Resolve #501, support set minor grid lines for the chart | xuri | 2019-10-27 |
| | |||
* | Fix #505, support set line width of the line chart | xuri | 2019-10-21 |
| | |||
* | Improve compatibility for charts | xuri | 2019-09-26 |
| | |||
* | Support to create bubble and 3D bubble chart | xuri | 2019-06-19 |
| | |||
* | 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 |
| | |||
* | add unit tests to functions | xuri | 2019-04-16 |
| | |||
* | 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 | ||
* | Tests refactoring | Veniamin Albaev | 2018-12-27 |
| | | | | | | | | | | | Primary motivation: Avoid statefull tests with not ignorable git file tree changes. Multiple tests reads and overwrites signle file for won needs. Multiple tests reads and overwrites file under version control. Secondary motivation: Minimal tests logic aligment, separate error expectation and not error expectation tests. Introduce sub-test over test data sets and so far. This commit is not ideal but necessary (IMHO) | ||
* | 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> |