summaryrefslogtreecommitdiff
path: root/sheet.go
Commit message (Collapse)AuthorAge
* Bugfix: deep copy issue with function `CopySheet()`, relate PR #108.Ri Xu2017-08-19
|
* Conut and trim sheet name in UTF-8Takayuki Usui2017-08-13
|
* Simplify code and update unit tests.Ri Xu2017-08-01
|
* Optimize code, go test and godoc updated.Ri Xu2017-07-30
|
* - Init create or remove panes support;Ri Xu2017-07-30
| | | | - go test updated
* Trim blank cells which created by `completeCol()`, relate issue #81Ri Xu2017-07-16
|
* SHEET.GO: Fix small typoMark Stenglein2017-07-05
| | | | | | Adds a '{' to the example for sheet.GetSheetMap() Signed-off-by: Mark Stenglein <mark@stengle.in>
* - Make function `TitleToNumber()` exportable, note that function ↵Ri Xu2017-06-27
| | | | | | `ToAlphaString()` return value calculation changes, get more info from go doc. Relate issue #63; - Readme and go doc updated
* - New functions: `GetSheetVisible()` and `GetRowVisible()` added, relate ↵Ri Xu2017-06-14
| | | | | | issue #61; - go test updated
* Init auto filter support, relate issue #59.Ri Xu2017-06-08
|
* Code optimize.Ri Xu2017-05-24
|
* Initialize comments support & go test updated.Ri Xu2017-05-13
|
* - Initialize shape support: new function `AddShape()` added. Relate issue #38;Ri Xu2017-04-30
| | | | | - Drawing `nvPicPr` element ID property calculation changed; - go test updated
* - New function `HideSheet()` and `UnhideSheet()` added;Ri Xu2017-04-26
| | | | - go test updated
* - New function `CopySheet()` added, relate issue #33;Ri Xu2017-04-04
| | | | | - Typo fixed; - go test updated
* New function `GetSheetIndex()` added, relate issue #25;Ri Xu2017-04-01
| | | | | | Fix return index error in function `GetSheetMap()`; Fix return worksheet name error in function `GetSheetName()`; go test updated
* - Fix SheetCount count error;Ri Xu2017-04-01
| | | | | - Optimize deserialization operations; - README updated, add go version required notice
* - Get an images in a cell supported, new function `GetPicture` added;Ri Xu2017-03-28
| | | | - go test updated
* - Delete sheet from workbook support, related issue #30;Ri Xu2017-03-22
| | | | - go test updated
* Performance improvementRi Xu2017-03-12
|
* Support set work sheet background image.Ri Xu2017-01-24
|
* Update README, godoc and fix typo.Ri Xu2017-01-22
|
* - Add hyperlink and set formula support for cell support;Ri Xu2017-01-19
| | | | | - Character limits for cells added; - Update go test and fix typo
* Format commants, break comments after 80 characters.Ri Xu2017-01-18
|
* - New function `SetSheetName` and `SetColWidth` added, support rename sheet ↵Ri Xu2017-01-18
| | | | | | | and set column width; - Add escape characters of sheet name; - Update go test and fix typo
* - Performance improvement, remove `replaceRelationshipsID` and ↵Ri Xu2016-12-31
| | | | | | `workBookCompatibility` functions; - New functions `GetActiveSheetIndex`, `GetSheetName` and `GetSheetMap` added.
* - Fix issue: sheet protection and conditional formatting proprietary missing ↵Ri Xu2016-12-26
| | | | | | after save; - Update workbook and sheet relationships and self-close tag replacement hack functions
* - Fix issue: pivot cache and extending spreadsheetML missing;Ri Xu2016-12-26
| | | | - Compatibility improved: relationship namespace in `workbook.xml` has been changed (`xmlns:mc`, `xmlns:x15` and `mc:Ignorable` added)
* - Update maximum 31 characters allowed in sheet title;Ri Xu2016-12-23
| | | | | | | - Fix issue XML tag `headerFooter` and `sheetPr` element self-close errors cause file corruption; - Fix issue `Section` and `Pane` element order make file corruption in some case; - Change sheet `rId` calculation method in `/xl/workbook.xml`, fix makes file corruption in some case; - Compatibility improved: add `xlsxTabColor` struct and some XML element for worksheet
* - Fix issue comments missing after save;Ri Xu2016-12-22
| | | | | - Update import PKG syntax in struct; - Update test XLSX file (include table, charts, functions, comments and hyperlink on Sheet1)
* - Fix issue background image and table missing after save;Ri Xu2016-12-20
| | | | - Update test template for this fix
* Fix hyperlink missing after save issue and update completion row element ↵Ri Xu2016-12-20
| | | | logic to enhance compatibility.
* Update go test.Ri Xu2016-10-23
|
* Update godoc of package.Ri Xu2016-10-19
|
* Use conjunction with strings.Map to split Axis and update godoc.Ri Xu2016-09-12
|
* Fix issue #2 change project to object-oriented style and update readme file.Ri Xu2016-09-05
|
* Fix issue #4 use builtin `map` instead of home-built.Ri Xu2016-09-05
|
* xml marshal without indent and use buffer in string concatenation.Ri Xu2016-09-04
|
* Format code with golint rulesRi Xu2016-09-02
|
* - Get cell value supportRi Xu2016-08-30
| | | | | | - Optimisation code use fmt package - Update README - Remove useless function
* Init commit.Ri Xu2016-08-30