Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | SHEET.GO: Fix small typo | Mark Stenglein | 2017-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 Xu | 2017-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 Xu | 2017-06-14 |
| | | | | | | issue #61; - go test updated | ||
* | Init auto filter support, relate issue #59. | Ri Xu | 2017-06-08 |
| | |||
* | Code optimize. | Ri Xu | 2017-05-24 |
| | |||
* | Initialize comments support & go test updated. | Ri Xu | 2017-05-13 |
| | |||
* | - 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 | ||
* | - New function `HideSheet()` and `UnhideSheet()` added; | Ri Xu | 2017-04-26 |
| | | | | - go test updated | ||
* | - New function `CopySheet()` added, relate issue #33; | Ri Xu | 2017-04-04 |
| | | | | | - Typo fixed; - go test updated | ||
* | New function `GetSheetIndex()` added, relate issue #25; | Ri Xu | 2017-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 Xu | 2017-04-01 |
| | | | | | - Optimize deserialization operations; - README updated, add go version required notice | ||
* | - Get an images in a cell supported, new function `GetPicture` added; | Ri Xu | 2017-03-28 |
| | | | | - go test updated | ||
* | - Delete sheet from workbook support, related issue #30; | Ri Xu | 2017-03-22 |
| | | | | - go test updated | ||
* | Performance improvement | Ri Xu | 2017-03-12 |
| | |||
* | Support set work sheet background image. | Ri Xu | 2017-01-24 |
| | |||
* | Update README, godoc and fix typo. | 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 | ||
* | Format commants, break comments after 80 characters. | Ri Xu | 2017-01-18 |
| | |||
* | - New function `SetSheetName` and `SetColWidth` added, support rename sheet ↵ | Ri Xu | 2017-01-18 |
| | | | | | | | and set column width; - Add escape characters of sheet name; - Update go test and fix typo | ||
* | - Performance improvement, remove `replaceRelationshipsID` and ↵ | Ri Xu | 2016-12-31 |
| | | | | | | `workBookCompatibility` functions; - New functions `GetActiveSheetIndex`, `GetSheetName` and `GetSheetMap` added. | ||
* | - Fix issue: sheet protection and conditional formatting proprietary missing ↵ | Ri Xu | 2016-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 Xu | 2016-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 Xu | 2016-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 Xu | 2016-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 Xu | 2016-12-20 |
| | | | | - Update test template for this fix | ||
* | Fix hyperlink missing after save issue and update completion row element ↵ | Ri Xu | 2016-12-20 |
| | | | | logic to enhance compatibility. | ||
* | Update go test. | Ri Xu | 2016-10-23 |
| | |||
* | Update godoc of package. | Ri Xu | 2016-10-19 |
| | |||
* | Use conjunction with strings.Map to split Axis and update godoc. | Ri Xu | 2016-09-12 |
| | |||
* | Fix issue #2 change project to object-oriented style and update readme file. | Ri Xu | 2016-09-05 |
| | |||
* | Fix issue #4 use builtin `map` instead of home-built. | Ri Xu | 2016-09-05 |
| | |||
* | xml marshal without indent and use buffer in string concatenation. | Ri Xu | 2016-09-04 |
| | |||
* | Format code with golint rules | Ri Xu | 2016-09-02 |
| | |||
* | - Get cell value support | Ri Xu | 2016-08-30 |
| | | | | | | - Optimisation code use fmt package - Update README - Remove useless function | ||
* | Init commit. | Ri Xu | 2016-08-30 |