Ri Xu
|
555e2ba9a8
|
- Make function `TitleToNumber()` exportable, note that function `ToAlphaString()` return value calculation changes, get more info from go doc. Relate issue #63;
- Readme and go doc updated
|
8 years ago |
Ri Xu
|
35841caaf1
|
- Function `formattedValue()` performance improvement by avoid repeating deserialization, relate issue #64;
- Make function `ToAlphaString()` exportable, relate issue #63
|
8 years ago |
Ri Xu
|
1f73f08185
|
- New feature: border setting support (Related issue #21);
- Function parameter code is simplified;
- Fix element `Tint` value parsing error in worksheet;
- Update go test
|
8 years ago |
Josh Fyne
|
d9f4a2f154
|
Standardize input and output
|
8 years ago |
Ri Xu
|
0833a9d5da
|
- Improved performance when reading large files, call Token to read tokens one by one instead Unmarshal. Related issue #20 ;
- Fix go test typo;
- Update README
|
8 years ago |
Ri Xu
|
bd5b033b02
|
Support set work sheet background image.
|
8 years ago |
Ri Xu
|
9559f454a7
|
Fix issue #17, update README and fix typo.
|
8 years ago |
Ri Xu
|
52796f6e58
|
Format commants, break comments after 80 characters.
|
8 years ago |
Ri Xu
|
f05df2a018
|
- New function `SetSheetName` and `SetColWidth` added, support rename sheet and set column width;
- Add escape characters of sheet name;
- Update go test and fix typo
|
8 years ago |
Ri Xu
|
9e8d36ce59
|
- Performance improvement, remove `replaceRelationshipsID` and `workBookCompatibility` functions;
- New functions `GetActiveSheetIndex`, `GetSheetName` and `GetSheetMap` added.
|
8 years ago |
Ri Xu
|
f958f05a3b
|
- Fix issue: sheet protection and conditional formatting proprietary missing after save;
- Update workbook and sheet relationships and self-close tag replacement hack functions
|
8 years ago |
Ri Xu
|
75abc628fe
|
Update godoc of package.
|
8 years ago |
Ri Xu
|
2e8fa2d39c
|
Use conjunction with strings.Map to split Axis and update godoc.
|
8 years ago |
Ri Xu
|
0dd0fba96b
|
Move execute checkRow logic when XLSX file open, speed up library write file.
|
8 years ago |
Ri Xu
|
df8f85d6ab
|
Open file error return added and UpdateLinkedValue function added to fix linked values within a spreadsheet are not updating.
|
8 years ago |
Ri Xu
|
50863294f9
|
Fix issue #2 change project to object-oriented style and update readme file.
|
8 years ago |
Ri Xu
|
956a4627d1
|
Fix issue #4 use builtin `map` instead of home-built.
|
8 years ago |
Ri Xu
|
192af02a40
|
Format code with golint rules
|
9 years ago |
Ri Xu
|
0e61ae7eda
|
1) Update readme file credits and go report badge added; 2) Remove use less function; 3) Update test file.
|
9 years ago |
Ri Xu
|
a9d3ee2869
|
Init commit.
|
9 years ago |