Aspose.Cells for .NET 8.0.0 has been released. This new release supports optimizing memory use when working with big Microsoft Excel files that have large data sets. When building a workbook with a large data set, or reading a big template file, the total amount of RAM the process will take is always a concern. Aspose.Cells provide measures to cope with this challenge. Aspose.Cells provides relevant options and API calls to lower, reduce and optimize memory usage accordingly. For example, MemorySetting.MemoryPreference option optimizes memory use for the data in cells to decrease the overall memory cost.

Export Excel Data Excluding Hidden Rows in C#

Aspose.Cells allows export visible rows data only from a worksheet. Sometimes you need to export data in such a way that the data of only visible rows is to be exported (excluding hidden rows). Aspose.Cells provides a way to achieve this. You can use the ExportTableOptions.PlotVisibleRows option to specify that you want to export visible rows data only.

Show Excel Formulas Instead of Values in C#

There is another valuable Microsoft Excel feature to show formulas instead of values in a worksheet. You can show formulas instead of the calculated values in Microsoft Excel by selecting the Formulas menu, then Show Formulas. Once this option is enabled, Microsoft Excel will display formulas inside the worksheet. You can achieve this using Aspose.Cells APIs. It provides a Worksheet.ShowFormulas property which you can set to true to set Microsoft Excel to display formulas.

Fixes and Other Enhancements

In the new version, we also support to get/set the time of generating the PDF document. Moreover, we have enhanced the auto-fit row operation in the new release.

In this release, several important issues have been addressed. For example, issues around reading and writing Microsoft Excel file formats, protecting worksheets, Smart Markers, custom numbers formatting, applying conditional formatting, rendering and manipulating pivot tables, rendering images from Excel worksheets, reading and writing HTML files, rendering and manipulating charts, rendering images files from charts and exporting Excel workbooks to PDF format have been resolved. A few improvements are also made to Aspose.Cells for .NET’s formula calculation engine. We have fixed an exception that occurred when reading named ranges in Microsoft Excel files too. We also fixed a few bugs in the web-based Grid control provided by Aspose.Cells for .NET regarding copy/paste operations, applying borders to the cells and set formulas, etc.

To see a complete list of enhancements and fixes, and to download Aspose.Cells for .NET 8.0.0, please visit the download page.