Sort Score
Result 10 results
Languages All
Labels All
Results 2,461 - 2,470 of 244,639 for

cells

(0.3 sec)
  1. Is LightCellsDataProvider available in Cellsfor...

    I’m writing monstrous spreadsheets that are 200K x 350 columns wide. I need to write 4mm rows over say 20 workbooks. I’m worried about memory. I was able to to create most of them using the standard aspose functions,…...Cells Product Family cells-python SteveOlson...@SteveOlson There are too many empty cells in the file, if you save the...

    forum.aspose.com/t/is-lightcellsdataprovider-av...
  2. Export Worksheet CSS Separately in Output HTML ...

    Learn how to export worksheet CSS separately when converting Excel files to HTML using Aspose.Cells for C++....Cells provides the feature to export...Excel file, adds some text in cell B5 in Red color, and then saves...

    docs.aspose.com/cells/cpp/export-worksheet-css-...
  3. 用C++减少单元格Calculate方法的计算时间|Documentation

    本文介绍如何使用Aspose.Cells库来减少Microsoft Excel中单元格计算方法的计算时间。 通过加载现有的Excel文件或创建一个新文件,我们可以使用Aspose.Cells提供的方法来优化单元格计算方法并提高其性能。 最后,我们将修改后的Excel文件保存到磁盘。...Cells提供了 CalculationOptions.GetRecursive()...false 时,只会计算一次依赖单元格,之后不会重新计算。 减少Cell.Calculate()方法的计算时间 以下示例代码演示了...

    docs.aspose.com/cells/zh/cpp/decrease-the-calcu...
  4. Change Text Direction of the Comment|Documentation

    How to change the text direction of comments in Excel files. This article provides the Java code to do just that by using the Aspose.Cells for Java API....Excel users can add comments to cells in spreadsheets to add additional...additional information to cells and highlight the data. Developers...

    docs.aspose.com/cells/java/change-text-directio...
  5. Setting Headers and Footers with C++|Documentation

    This article explains how to programmatically insert an image in the header and footer of Excel worksheets by setting the header and footer with script commands using the C++ API or Library....Cells allows you to add headers and...and development time. Aspose.Cells can import the file and preserve...

    docs.aspose.com/cells/cpp/setting-headers-and-f...
  6. Remove Unused Styles in the Workbook with C++|D...

    Remove unused styles in an Excel workbook using Aspose.Cells with C++....Cells provides the Workbook.RemoveUnusedStyles()...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/remove-unused-styles-...
  7. Convert Excel to HTML with tooltip using C++|Do...

    Convert Excel to HTML while adding tooltips with Aspose.Cells using C++....Cells supports this by providing HtmlSaveOptions...#include "Aspose.Cells.h" #include "Aspose.Cells/HtmlSaveOptions...

    docs.aspose.com/cells/cpp/convert-excel-to-html...
  8. Manage Comments and Notes|Documentation

    Insert and manage comments or notes with Aspose.Cells for Python via .NET....additional information to cells. Aspose.Cells provides two methods...methods for adding comments to cells. The first is to create comments...

    docs.aspose.com/cells/python-net/comments-and-n...
  9. 用C++检查工作簿中的VBA项目是否已签名|Documentation

    用Aspose.Cells在C++中检测工作簿中的VBA项目是否已签名...Cells的 Workbook.VbaProject.IsSigned...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/check-if-vba-proje...
  10. Formatting Slicer with C++|Documentation

    Format slicers in Microsoft Excel using Aspose.Cells with C++....Cells also allows you to do this using...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/formatting-slicer/