| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
| |
and set column width;
- Add escape characters of sheet name;
- Update go test and fix typo
|
|
|
|
|
|
| |
`workBookCompatibility` functions;
- New functions `GetActiveSheetIndex`, `GetSheetName` and `GetSheetMap` added.
|
|
|
|
|
|
| |
after save;
- Update workbook and sheet relationships and self-close tag replacement hack functions
|
|
|
|
| |
- Compatibility improved: relationship namespace in `workbook.xml` has been changed (`xmlns:mc`, `xmlns:x15` and `mc:Ignorable` added)
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
| |
- Update import PKG syntax in struct;
- Update test XLSX file (include table, charts, functions, comments and hyperlink on Sheet1)
|
|
|
|
| |
- Update test template for this fix
|
|
|
|
| |
logic to enhance compatibility.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
- Optimisation code use fmt package
- Update README
- Remove useless function
|
|
|