Releases: openclosed-dev/cellmate
Releases · openclosed-dev/cellmate
v0.14.0
v0.13.0
v0.12.0
0.12.0 - 2024-02-27
Added
- Added a new cmdlet
Clear-Worksheet, which can be used with a parameter-Area NonPrintto clear the cells in non-printing area. - Added a new parameter
-DisableMacrotoCompress-Workbook. Specifying the parameter will automatically save workbooks as the format without macro in the archive.
Changed
Export-Workbookcmdlet now saves each workbook in its original format by default. The output format can be changed with-Asparameter.
v0.11.0
0.11.0 - 2024-02-06
Added
- Added a new cmdlet
Hide-Worksheetto hide worksheets having the specified name.
Fixed
- Fixed a bug in
Compress-Workbookcmdlet that causes broken paths of zip entries
when the input files reside outside of the current directory.
Changed
Remove-Worksheetcmdlet now accepts multiple names with-Nameparameter.
v0.10.0
0.10.0 - 2024-02-04
Added
- Added
Remove-Worksheetcmdlet for deleting worksheets having the specified name. Compress-Workbookcmdlet now receives the following new parameters.-FileModeto specify the file mode of the archive file.
See https://learn.microsoft.com/en-us/dotnet/api/system.io.filemode?view=netframework-4.8.1-LastWriteTimeto specify the date time of the archive entries.
Changed
Compress-Workbookcmdlet now creates a new archive file by default.
This behavior can be changed using-FileModeparameter.
v0.9.0
v0.8.0
v0.7.0
v0.6.0
v0.5.0
0.5.0 - 2020-03-22
Added
- Compress-Workbook cmdlet for compressing input workbooks.
- Clear-DateCell cmdlet.
Changed
- Rename cmdlets Import-Excel/Export-Excel/Merge-Excel to
Import-Workbook/Export-Workbook/Merge-Workbook respectively. - -PageNumber parameter now takes left/center/right as its value.
- DLL name was shortened to Cellmate.dll.