Commit Graph

822 Commits (6b277c61d22419b1006e9b5c557e1175fb2f2d99)
 

Author SHA1 Message Date
Josh Fyne e8ba09d0c5 io.Reader not io.ReaderAt
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 ;
8 years ago
Ri Xu 53564cbe57 Fix issue #19.
8 years ago
Ri Xu 94dc0da329 Merge pull request #18 from nikolassilva/master
8 years ago
Nikolas Silva 8ce12b60b8 Add SetRowHeight function
8 years ago
Ri Xu a1060e779e Make functions: `SetCellValue`, `SetCellInt`, `SetCellHyperLink`, `SetCellFormula`, `GetCellValue` and `GetCellFormula` to support the merged cells.
8 years ago
Ri Xu c0a3020886 Support create merge cell.
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 81146218c7 Update README, godoc and fix typo.
8 years ago
Ri Xu 03234d6a25 Support add picture with offset and scaling.
8 years ago
Ri Xu 4a9b39afc6 - Add hyperlink and set formula support for cell support;
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;
8 years ago
Ri Xu a99f0227b0 - New function `AddPicture()` added, support to add picture into excel cell;
8 years ago
Ri Xu 53d8c4bb3a Merge pull request #15 from Sharsie/feature/DefaultCellVal
8 years ago
Sharsie 57fc2943ff Add tests for the default cell value
8 years ago
Sharsie 670a587912 Add setter for default cell value
8 years ago
Ri Xu 2497ccb876 Fix issue struct field `paperHeight` has xml tag but is not exported.
8 years ago
Ri Xu 9e8d36ce59 - Performance improvement, remove `replaceRelationshipsID` and `workBookCompatibility` functions;
8 years ago
Ri Xu f958f05a3b - Fix issue: sheet protection and conditional formatting proprietary missing after save;
8 years ago
Ri Xu c5cc500b88 - Fix issue: pivot cache and extending spreadsheetML missing;
8 years ago
Ri Xu 30d0a2f40a - New function `GetCellFormula` added;
8 years ago
Ri Xu a16d2ec83b Change complete rows logic to fix call `SetCellValue`makes file corruption in some case.
8 years ago
Ri Xu b84bfa7eab - Update maximum 31 characters allowed in sheet title;
8 years ago
Ri Xu a08c8eb1ae - Fix issue comments missing after save;
8 years ago
Ri Xu ddeed48fc1 - Fix issue background image and table missing after save;
8 years ago
Ri Xu 6e1475a242 Fix hyperlink missing after save issue and update completion row element logic to enhance compatibility.
8 years ago
Ri Xu 2a3620e750 BugFix: `SetCellValue` function assertion logic will cause panic in some case.
8 years ago
Ri Xu 6adcb9d88f Update README.
8 years ago
Ri Xu 78eb982052 Remove useless `.xlsx` tested files and go test updated.
8 years ago
Ri Xu b4f7e72353 Merge pull request #11 from NaySoftware/master
8 years ago
ahmad 1bbc54d4ec sheet re-arrange
8 years ago
ahmad 37c4575835 looping on row col functionality
8 years ago
Ri Xu 6185cd577d Update go test.
8 years ago
Ri Xu 1a2570b873 Update go test case and update readme.
8 years ago
Ri Xu 75abc628fe Update godoc of package.
8 years ago
Ri Xu e28de172c6 Update go test.
8 years ago
Ri Xu c5cffaac43 Update README.md
8 years ago
Ri Xu e50690dce0 Merge pull request #10 from schigh/master
8 years ago
Steve H 5137cfa566 Update README.md
8 years ago
Ri Xu ea11b50105 Merge pull request #9 from Luxurioust/revert-8-master
8 years ago
Ri Xu 305ed62655 Revert "Update README.md"
8 years ago
Ri Xu a481045770 Merge pull request #8 from schigh/master
8 years ago
Steve H 2ebf988401 Update README.md
8 years ago
Ri Xu 051fc18a3a Merge pull request #7 from aldidana/master
8 years ago
Aldi Priya Perdana 6dda05d30e Make readme highlight code
8 years ago
Ri Xu db5f5134d5 Update test XLSX template.
8 years ago
Ri Xu d877d9f246 Fix zoom scale and page layout view setting of XLSX.
8 years ago