News & Releases
|
|

Spire.Spreadsheet 3.12.0 adds the ClearStack () method to clear records
We're pleased to announce the release of Spire.Spreadsheet 3.12.0. This version adds the ClearStack() method to clear records and fixes some issues that occurred when viewing and formatting files. see the content below for more details.
New Features:
- Adds ClearStack () method to clear records.
private void button1_Click(object sender, EventArgs e)
{
this.spreadsheet1.LoadFromFile(@"test.xlsx");
this.spreadsheet1.ClearStack();
}
Bug Fixes:
- Fixes the issue that some border lines were missing when viewing a document.
- Fixes the issue that the obtained value is incorrect after formatting the cell.
- Fixes the issue that content displayed repeatedly when the data content exceeds the cell length.
Click the link below to download Spire.Spreadsheet 3.12.0 :
More information of Spire.Spreadsheet new release or hotfix: