| Commit message (Collapse) | Author | Age |
|
|
|
| |
- go test and godoc updated
|
|
|
|
|
|
| |
exported, relate issue #72;
- go test and go doc updated
|
|
|
|
| |
deserialization, relate issue #70.
|
|
|
|
|
|
| |
`ToAlphaString()` return value calculation changes, get more info from go doc. Relate issue #63;
- Readme and go doc updated
|
|
|
|
|
|
| |
deserialization, relate issue #64;
- Make function `ToAlphaString()` exportable, relate issue #63
|
|
|
|
| |
- Simplified code
|
|
|
|
|
| |
- Function `SetCellValue()` support `time.Time` data type parameter, relate issue #49;
- go doc and go test updated
|
|
|
|
|
| |
- Function `GetRows()` doc updated, relate issue #43;
- go test and embed template updated
|
|
|
|
| |
- go test updated
|
| |
|
|
|
|
|
|
| |
`SetCellStyle` function have changed;
- go test updated
|
|
|
|
|
|
| |
- Rename function `SetBorder` to `SetCellStyle`;
- Complete `xlsxColor` structure definition;
- go test updated
|
| |
|
|
|
|
|
|
| |
- 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
|
|
- Function parameter code is simplified;
- Fix element `Tint` value parsing error in worksheet;
- Update go test
|