• R/O
  • HTTP
  • SSH
  • HTTPS

excelize: List of commits

Go language library for reading and writing Microsoft Excel™ (XLAM / XLSM / XLSX / XLTM / XLTX) spreadsheets


RSS
Rev. Time Author
94dc0da 2017-02-06 10:46:40 Ri Xu

Merge pull request #18 from nikolassilva/master

Add SetRowHeight function

8ce12b6 2017-02-02 11:59:31 Nikolas Silva

Add SetRowHeight function

a1060e7 2017-01-25 19:13:11 Ri Xu

Make functions: `SetCellValue`, `SetCellInt`, `SetCellHyperLink`, `SetCellFormula`, `GetCellValue` and `GetCellFormula` to support the merged cells.

c0a3020 2017-01-25 16:44:18 Ri Xu

Support create merge cell.

bd5b033 2017-01-24 19:29:02 Ri Xu

Support set work sheet background image.

9559f45 2017-01-23 17:15:01 Ri Xu

Fix issue #17, update README and fix typo.

8114621 2017-01-22 20:20:33 Ri Xu

Update README, godoc and fix typo.

03234d6 2017-01-22 17:16:03 Ri Xu

Support add picture with offset and scaling.

4a9b39a 2017-01-19 15:05:32 Ri Xu

- Add hyperlink and set formula support for cell support;
- Character limits for cells added;
- Update go test and fix typo

52796f6 2017-01-18 17:05:01 Ri Xu

Format commants, break comments after 80 characters.

f05df2a 2017-01-18 15:47:23 Ri Xu

- 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

a99f022 2017-01-17 20:06:42 Ri Xu

- New function `AddPicture()` added, support to add picture into excel cell;
- go test updated;
- fix typo and `gofmt -s` formatted

53d8c4b 2017-01-12 10:44:10 Ri Xu

Merge pull request #15 from Sharsie/feature/DefaultCellVal

Setter function to set raw values into a cell

57fc294 2017-01-12 04:43:31 Sharsie

Add tests for the default cell value

670a587 2017-01-12 03:26:06 Sharsie

Add setter for default cell value

SetCellStr escapes the value in a cell so the excel sheet cannot use the value in formulas.

SetCellDefault accepts a string value and sets it to a cell as a raw value without escaping it

2497ccb 2017-01-01 00:51:42 Ri Xu

Fix issue struct field `paperHeight` has xml tag but is not exported.

9e8d36c 2017-01-01 00:47:30 Ri Xu

- Performance improvement, remove `replaceRelationshipsID` and `workBookCompatibility` functions;
- New functions `GetActiveSheetIndex`, `GetSheetName` and `GetSheetMap` added.

f958f05 2016-12-27 00:55:59 Ri Xu

- Fix issue: sheet protection and conditional formatting proprietary missing after save;
- Update workbook and sheet relationships and self-close tag replacement hack functions

c5cc500 2016-12-26 19:06:12 Ri Xu

- 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)

30d0a2f 2016-12-24 23:47:36 Ri Xu

- New function `GetCellFormula` added;
- Fix `GetCellValue` causes panic in some particular situation issues;
- Go test updated

a16d2ec 2016-12-23 22:41:54 Ri Xu

Change complete rows logic to fix call `SetCellValue`makes file corruption in some case.

b84bfa7 2016-12-23 18:47:25 Ri Xu

- 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

a08c8eb 2016-12-22 11:10:40 Ri Xu

- 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)

ddeed48 2016-12-20 21:46:19 Ri Xu

- Fix issue background image and table missing after save;
- Update test template for this fix

6e1475a 2016-12-20 15:40:36 Ri Xu

Fix hyperlink missing after save issue and update completion row element logic to enhance compatibility.

2a3620e 2016-11-24 12:42:51 Ri Xu

BugFix: `SetCellValue` function assertion logic will cause panic in some case.

6adcb9d 2016-11-06 16:26:29 Ri Xu

Update README.

78eb982 2016-11-02 13:58:51 Ri Xu

Remove useless `.xlsx` tested files and go test updated.

b4f7e72 2016-11-02 13:57:04 Ri Xu

Merge pull request #11 from NaySoftware/master

looping on rows columns functionality

1bbc54d 2016-10-31 20:15:31 ahmad

sheet re-arrange

Show on old repository browser