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 READMERi Xu2017-02-12 19:03:24 +0800
94dc0da329Merge pull request #18 from nikolassilva/masterRi Xu2017-02-06 09:46:40 +0800
8ce12b60b8Add SetRowHeight function
Nikolas Silva
2017-02-02 00:59:31 -0200
a1060e779eMake functions: `SetCellValue`, `SetCellInt`, `SetCellHyperLink`, `SetCellFormula`, `GetCellValue` and `GetCellFormula` to support the merged cells.Ri Xu2017-01-25 18:13:11 +0800
81146218c7Update README, godoc and fix typo.Ri Xu2017-01-22 19:20:33 +0800
03234d6a25Support add picture with offset and scaling.Ri Xu2017-01-22 16:16:03 +0800
4a9b39afc6- Add hyperlink and set formula support for cell support; - Character limits for cells added; - Update go test and fix typoRi Xu2017-01-19 14:05:32 +0800
52796f6e58Format commants, break comments after 80 characters.Ri Xu2017-01-18 16:05:01 +0800
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 typoRi Xu2017-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` formattedRi Xu2017-01-17 19:06:42 +0800
53d8c4bb3aMerge pull request #15 from Sharsie/feature/DefaultCellValRi Xu2017-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 Xu2016-12-31 23:51:42 +0800
9e8d36ce59- Performance improvement, remove `replaceRelationshipsID` and `workBookCompatibility` functions; - New functions `GetActiveSheetIndex`, `GetSheetName` and `GetSheetMap` added.Ri Xu2016-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 functionsRi Xu2016-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 Xu2016-12-26 18:06:12 +0800
30d0a2f40a- New function `GetCellFormula` added; - Fix `GetCellValue` causes panic in some particular situation issues; - Go test updatedRi Xu2016-12-24 22:47:36 +0800
a16d2ec83bChange complete rows logic to fix call `SetCellValue`makes file corruption in some case.Ri Xu2016-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 worksheetRi Xu2016-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 Xu2016-12-22 10:10:40 +0800
ddeed48fc1- Fix issue background image and table missing after save; - Update test template for this fixRi Xu2016-12-20 20:46:19 +0800
6e1475a242Fix hyperlink missing after save issue and update completion row element logic to enhance compatibility.Ri Xu2016-12-20 14:40:36 +0800
2a3620e750BugFix: `SetCellValue` function assertion logic will cause panic in some case.Ri Xu2016-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/masterRi Xu2016-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
a481045770Merge pull request #8 from schigh/masterRi Xu2016-10-18 09:41:53 +0800
2ebf988401Update README.md
Steve H
2016-10-17 19:32:43 -0400
051fc18a3aMerge pull request #7 from aldidana/masterRi Xu2016-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 Xu2016-09-22 13:30:54 +0800
d877d9f246Fix zoom scale and page layout view setting of XLSX.Ri Xu2016-09-22 13:29:57 +0800
9e0aca2223Add custom height and zero height attributes in sheetFormatPr element.Ri Xu2016-09-19 10:10:41 +0800
2e8fa2d39cUse conjunction with strings.Map to split Axis and update godoc.Ri Xu2016-09-12 17:37:06 +0800
cbfd657753New function SetCellValue added and update godoc example.Ri Xu2016-09-09 19:39:41 +0800
9c14741a6bFix missing show grid lines property and godoc updated.Ri Xu2016-09-07 21:26:58 +0800
0dd0fba96bMove execute checkRow logic when XLSX file open, speed up library write file.Ri Xu2016-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 Xu2016-09-06 21:20:24 +0800
50863294f9Fix issue #2 change project to object-oriented style and update readme file.Ri Xu2016-09-05 16:37:15 +0800
956a4627d1Fix issue #4 use builtin `map` instead of home-built.Ri Xu2016-09-05 10:44:32 +0800
9c3a24d5c3xml marshal without indent and use buffer in string concatenation.Ri Xu2016-09-04 19:25:31 +0800