| Commit message (Collapse) | Author | Age |
| |
|
|\
| |
| | |
Fix #443
|
| | |
|
|\ \
| |/
|/| |
Fix #442
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
| |
Add a missing element of the comment text elements
|
| |
|
| |
|
| |
|
|
|
| |
SetPageLayout support to set fit to width and height
|
| |
|
| |
|
|
|
|
| |
New functions `GroupSheets` and `UngroupSheets` added
Refactor sheet index calculation
|
| |
|
|
|
|
| |
the encrypted file
|
| |
|
| |
|
| |
|
|
|
|
| |
support
|
|
|
|
| |
bar types
|
| |
|
| |
|
| |
|
|
|
|
| |
Update testing case
|
| |
|
|
|
|
|
| |
- Testing case for set and get doc properties
- Update charts struct XML tags
|
| |
|
| |
|
|\
| |
| | |
Add the ability to change the default font
|
|/
|
|
| |
Closes #390
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
validation formula
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
typo fixed
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Rewrite prepareSheetXML to scale linearly
We don't need to backfill columns into every row for most purposes
Provided makeContiguousColumns for setting styles where we do
need it for a specific region.
Added a benchmark to monitor progress. For 50,000 rows this went
from about 11 seconds to 1 second. The improvements are more
dramatic as the row/column count increases.
* Assigning that row value was redundant
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
add error return value
exported functions:
GetMergeCells
ProtectSheet
UnprotectSheet
UpdateLinkedValue
GetMergeCells
SetSheetVisible
inner functions:
workSheetReader
copySheet
|