Releases: SergiyStoyan/CliverExcel
Releases · SergiyStoyan/CliverExcel
v7.6.0
v7.5.0
v6 => v7
- Sheet is removed from Cliver.Excel;
- Cliver.Excel stripped off almost all methods;
- many extension methods were removed, changed, added;
- Excel.StyleCache added;
- Excel.Table updated;
v6.2.1
v6.0 => v6.2
- unregistered Style and Font.Index=-1;
- AreColorsEqual() fixed;
- _AreStylesEqual() added;
- _FindEqualStyles() fixed;
- _GetFont() added;
v5.8 => v6.0
Minor API changes, including the following:
- LastRowY(), GetLastNotEmptyRow() added;
- _LastCellY(), _Move() added;
- SetColumns() fixed;
- _MoveRow() fixed;
- _SetComment() added;
- _OpenSheet() updated;
- IWorkbook.Author added;
- SetDataStyle() => ApplyDataStyle();
- SetDataType() => ApplyDataType();
- ShiftCells*() fixed;
- _MoveCell() fixed;
v5.7 => v5.8
- SetRowStyleMode changed to RowStyleMode;
- ShiftCells*() fixed;
- ShiftCells() added;
v5.6 => v5.7
- _MoveRow() added;
- SetColumnMode changed;
- SetRowStyleMode changed;
v4.8.0
- Highlight() parameters changed;
- some methods fixed;
v4.7.0
v4.3.0
- the API methods are duplicated as extension methods in NPOI types;