Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | - New function `NewStyle()` added and function `SetCellStyle()` has been ↵ | Ri Xu | 2017-06-29 | |
| | | | | | | exported, relate issue #72; - go test and go doc updated | |||
* | Function `GetCellValue()` performance improvement by avoid repeating ↵ | Ri Xu | 2017-06-29 | |
| | | | | deserialization, relate issue #70. | |||
* | - Unify the index row number index of functions `SetRowHeight()` and ↵ | Ri Xu | 2017-06-29 | |
| | | | | | | | `GetRowHeight()` relate issue #68; - Unify the return value data type of functions `SetColWidth()` and `GetColWidth()`; - go test updated | |||
* | Function `GetColWidth()` and `GetRowHeight()` has been exported, relate ↵ | Ri Xu | 2017-06-28 | |
| | | | | issue #68. | |||
* | 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 | |||
* | - Function `formattedValue()` performance improvement by avoid repeating ↵ | Ri Xu | 2017-06-26 | |
| | | | | | | deserialization, relate issue #64; - Make function `ToAlphaString()` exportable, relate issue #63 | |||
* | - Handle pre-defined number format set of cell when set cell value with ↵ | Ri Xu | 2017-06-23 | |
| | | | | | | `time.Time` data type, related issue #62; - go doc updated | |||
* | Code of conduct and contributing guidelines added. | Ri Xu | 2017-06-20 | |
| | ||||
* | - Support insert new lines into shape, relate issue #38, note that the ↵ | Ri Xu | 2017-06-19 | |
| | | | | | | format set parameter of function `AddShape()` changed; - go test and go doc updated | |||
* | - New functions `GetColVisible()` and `SetColVisible()` added, relate issue #61; | Ri Xu | 2017-06-15 | |
| | | | | | - go test updated; - Fix typo | |||
* | - New functions: `GetSheetVisible()` and `GetRowVisible()` added, relate ↵ | Ri Xu | 2017-06-14 | |
| | | | | | | issue #61; - go test updated | |||
* | - Fixed coordinate parse error in function `SetCellStyle()`, relate issue #60; | Ri Xu | 2017-06-12 | |
| | | | | - Simplified code | |||
* | Init auto filter support, relate issue #59. | Ri Xu | 2017-06-08 | |
| | ||||
* | - Fix missing relationships in drawing content type shall, relate issue #58; | Ri Xu | 2017-06-03 | |
| | | | | - Add a donation link, related issue #57 ^_^ | |||
* | Priority cell style, when the cell and the column at the same time with the ↵ | Ri Xu | 2017-05-30 | |
| | | | | style attribute. Relate issue #54 and #56. | |||
* | Set cell support column style predefined detection, relate issue #54. | Ri Xu | 2017-05-26 | |
| | ||||
* | 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 | |
| | ||||
* | - The max author and text in comment limit added; | Ri Xu | 2017-05-13 | |
| | | | | - go doc and go test updated | |||
* | Initialize comments support & go test updated. | Ri Xu | 2017-05-13 | |
| | ||||
* | Handle number formats out of built-in range exception by returning raw ↵ | Ri Xu | 2017-05-05 | |
| | | | | value, relate issue #50. | |||
* | - Formatted cell data support, fix issue #48; | Ri Xu | 2017-05-05 | |
| | | | | | - Function `SetCellValue()` support `time.Time` data type parameter, relate issue #49; - go doc and go test updated | |||
* | - 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 | |||
* | - New function `HideSheet()` and `UnhideSheet()` added; | Ri Xu | 2017-04-26 | |
| | | | | - go test updated | |||
* | - Font bold, italic and underline style support. Relate issue #45; | Ri Xu | 2017-04-25 | |
| | | | | | - Function `GetRows()` doc updated, relate issue #43; - go test and embed template 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 | |||
* | - Set number format for a cell support; | Ri Xu | 2017-04-07 | |
| | | | | - 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 | |||
* | Performance enhancements, remove redundant XML element checking logic. ↵ | Ri Xu | 2017-03-31 | |
| | | | | Relate issue #29. The benchmark report of the current version of this library is shown on the wiki page. | |||
* | Godoc updated. | Ri Xu | 2017-03-30 | |
| | ||||
* | - Get an images in a cell supported, new function `GetPicture` added; | Ri Xu | 2017-03-28 | |
| | | | | - go test updated | |||
* | Golang version 1.8+ required. | Ri Xu | 2017-03-28 | |
| | ||||
* | Leading space(s) character in cell value detection added. Related issue #32. | Ri Xu | 2017-03-28 | |
| | ||||
* | - Set text in cell align support, note that the parameters of the ↵ | Ri Xu | 2017-03-26 | |
| | | | | | | `SetCellStyle` function have changed; - go test updated | |||
* | - Delete sheet from workbook support, related issue #30; | Ri Xu | 2017-03-22 | |
| | | | | - go test updated | |||
* | - Set cell background color and style support; | Ri Xu | 2017-03-19 | |
| | | | | | | - Rename function `SetBorder` to `SetCellStyle`; - Complete `xlsxColor` structure definition; - go test updated | |||
* | Performance improvement | Ri Xu | 2017-03-12 | |
| | ||||
* | - Complete the element `sheetFormatPr` struct definition; | Ri Xu | 2017-03-10 | |
| | | | | | | - Partial logic performance optimization, use pointer reference instead of a pass the variable value; - Add comments for content types struct definition; - Update go test `TestSetBorder` section | |||
* | - New feature: border setting support (Related issue #21); | Ri Xu | 2017-03-06 | |
| | | | | | | - Function parameter code is simplified; - Fix element `Tint` value parsing error in worksheet; - Update go test | |||
* | Fix data validation property is missing after saved. Related issue issue #28. | Ri Xu | 2017-03-03 | |
| | ||||
* | Fix missing `oneCellAnchor` element after add picture in some cases. | Ri Xu | 2017-03-01 | |
| | ||||
* | Change function `AddPicture()` parameters to add add printing settings ↵ | Ri Xu | 2017-02-28 | |
| | | | | support. Related issue #27. | |||
* | Bugfix #23 can't get multiple records. | Ri Xu | 2017-02-17 | |
| |