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
Ri Xu
2017-01-18 14:47:23 +0800
a99f0227b0- New function `AddPicture()` added, support to add picture into excel cell; - go test updated; - fix typo and `gofmt -s` formatted
Ri Xu
2017-01-17 19:06:42 +0800
53d8c4bb3aMerge pull request #15 from Sharsie/feature/DefaultCellVal
Ri Xu
2017-01-12 09:44:10 +0800
57fc2943ffAdd tests for the default cell value
Sharsie
2017-01-11 20:43:31 +0100
670a587912Add setter for default cell value
Sharsie
2017-01-11 19:26:06 +0100
2497ccb876Fix issue struct field `paperHeight` has xml tag but is not exported.
Ri Xu
2016-12-31 23:51:42 +0800
9e8d36ce59- Performance improvement, remove `replaceRelationshipsID` and `workBookCompatibility` functions; - New functions `GetActiveSheetIndex`, `GetSheetName` and `GetSheetMap` added.
Ri Xu
2016-12-31 23:47:30 +0800
f958f05a3b- Fix issue: sheet protection and conditional formatting proprietary missing after save; - Update workbook and sheet relationships and self-close tag replacement hack functions
Ri Xu
2016-12-26 23:55:59 +0800
c5cc500b88- Fix issue: pivot cache and extending spreadsheetML missing; - Compatibility improved: relationship namespace in `workbook.xml` has been changed (`xmlns:mc`, `xmlns:x15` and `mc:Ignorable` added)
Ri Xu
2016-12-26 18:06:12 +0800
30d0a2f40a- New function `GetCellFormula` added; - Fix `GetCellValue` causes panic in some particular situation issues; - Go test updated
Ri Xu
2016-12-24 22:47:36 +0800
a16d2ec83bChange complete rows logic to fix call `SetCellValue`makes file corruption in some case.
Ri Xu
2016-12-23 21:41:54 +0800
b84bfa7eab- Update maximum 31 characters allowed in sheet title; - 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
Ri Xu
2016-12-23 17:47:25 +0800
a08c8eb1ae- Fix issue comments missing after save; - Update import PKG syntax in struct; - Update test XLSX file (include table, charts, functions, comments and hyperlink on Sheet1)
Ri Xu
2016-12-22 10:10:40 +0800
ddeed48fc1- Fix issue background image and table missing after save; - Update test template for this fix
Ri Xu
2016-12-20 20:46:19 +0800
6e1475a242Fix hyperlink missing after save issue and update completion row element logic to enhance compatibility.
Ri Xu
2016-12-20 14:40:36 +0800
2a3620e750BugFix: `SetCellValue` function assertion logic will cause panic in some case.
Ri Xu
2016-11-24 11:42:51 +0800
6adcb9d88fUpdate README.
Ri Xu
2016-11-06 15:26:29 +0800
78eb982052Remove useless `.xlsx` tested files and go test updated.
Ri Xu
2016-11-02 12:58:51 +0800
b4f7e72353Merge pull request #11 from NaySoftware/master
Ri Xu
2016-11-02 12:57:04 +0800
1bbc54d4ecsheet re-arrange
ahmad
2016-10-31 13:15:31 +0200
37c4575835looping on row col functionality
ahmad
2016-10-31 13:13:22 +0200
6185cd577dUpdate go test.
Ri Xu
2016-10-23 16:46:46 +0800
1a2570b873Update go test case and update readme.
Ri Xu
2016-10-23 16:07:57 +0800
75abc628feUpdate godoc of package.
Ri Xu
2016-10-19 20:39:44 +0800
e28de172c6Update go test.
Ri Xu
2016-10-19 18:42:29 +0800
c5cffaac43Update README.md
Ri Xu
2016-10-19 11:27:18 +0800
e50690dce0Merge pull request #10 from schigh/master
Ri Xu
2016-10-19 11:24:44 +0800
5137cfa566Update README.md
Steve H
2016-10-18 10:33:13 -0400
ea11b50105Merge pull request #9 from Luxurioust/revert-8-master
Ri Xu
2016-10-18 09:46:10 +0800
305ed62655Revert "Update README.md"
Ri Xu
2016-10-18 09:43:08 +0800
a481045770Merge pull request #8 from schigh/master
Ri Xu
2016-10-18 09:41:53 +0800
2ebf988401Update README.md
Steve H
2016-10-17 19:32:43 -0400
051fc18a3aMerge pull request #7 from aldidana/master
Ri Xu
2016-10-17 15:48:19 +0800
6dda05d30eMake readme highlight code
Aldi Priya Perdana
2016-10-17 12:12:49 +0700
db5f5134d5Update test XLSX template.
Ri Xu
2016-09-22 13:30:54 +0800
d877d9f246Fix zoom scale and page layout view setting of XLSX.
Ri Xu
2016-09-22 13:29:57 +0800
9e0aca2223Add custom height and zero height attributes in sheetFormatPr element.
Ri Xu
2016-09-19 10:10:41 +0800
2e8fa2d39cUse conjunction with strings.Map to split Axis and update godoc.
Ri Xu
2016-09-12 17:37:06 +0800
cbfd657753New function SetCellValue added and update godoc example.
Ri Xu
2016-09-09 19:39:41 +0800
9c14741a6bFix missing show grid lines property and godoc updated.
Ri Xu
2016-09-07 21:26:58 +0800
0dd0fba96bMove execute checkRow logic when XLSX file open, speed up library write file.
Ri Xu
2016-09-07 20:09:02 +0800
df8f85d6abOpen file error return added and UpdateLinkedValue function added to fix linked values within a spreadsheet are not updating.
Ri Xu
2016-09-06 21:20:24 +0800
50863294f9Fix issue #2 change project to object-oriented style and update readme file.
Ri Xu
2016-09-05 16:37:15 +0800
956a4627d1Fix issue #4 use builtin `map` instead of home-built.
Ri Xu
2016-09-05 10:44:32 +0800
9c3a24d5c3xml marshal without indent and use buffer in string concatenation.
Ri Xu
2016-09-04 19:25:31 +0800
78e79347b6Update readme file.
Ri Xu
2016-09-02 20:13:32 +0800
db47b6750dUpdate readme and comments of the test file.
Ri Xu
2016-09-02 19:41:14 +0800
7bd8d9ee5bFix checkRow() out of range
Ri Xu
2016-09-02 19:06:48 +0800
192af02a40Format code with golint rules
Ri Xu
2016-09-02 11:54:52 +0800
0a0a36bafdUpdate testing file more case added and reading cell value usage example in readme added.
Ri Xu
2016-09-02 10:28:29 +0800
2d0eda1aecUpdate readme and license file.
Ri Xu
2016-09-01 12:48:55 +0800
0e61ae7eda1) Update readme file credits and go report badge added; 2) Remove use less function; 3) Update test file.
Ri Xu
2016-08-31 19:27:44 +0800
3c4ad28db7- Get cell value support - Optimisation code use fmt package - Update README - Remove useless function
Ri Xu
2016-08-30 21:54:28 +0800
0d60020f96Update test file.
Ri Xu
2016-08-30 14:00:21 +0800
6a037fdb7bCode coverage test added.
Ri Xu
2016-08-30 12:49:10 +0800
d207d61f67Update README
Ri Xu
2016-08-30 12:36:20 +0800
2125f5f7a8Update readme and Travis CI added.
Ri Xu
2016-08-30 12:27:35 +0800
a9d3ee2869Init commit.
Ri Xu
2016-08-30 11:51:31 +0800