Sort Score
Result 10 results
Languages All
Labels All
Results 2,861 - 2,870 of 201,350 for

aspose cells

(0.22 sec)
  1. Enable CSS Custom Properties while saving to HT...

    Learn how to enable CSS custom properties while saving Excel files to HTML using Aspose.Cells for C++. Improve performance by reducing redundant image data....#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // Source directory...

    docs.aspose.com/cells/cpp/enable-css-custom-pro...
  2. Convert Text Numeric Data to Number with C++|Do...

    Learn how to convert numbers stored as text in Excel to numbers by using the Aspose.Cells for C++ API.... Aspose.Cells allows you to convert strings... Select any single cell or range of cells that has an error indicator...

    docs.aspose.com/cells/cpp/convert-text-numeric-...
  3. Generate Conditional Formatting DataBars Images...

    Aspose.Cells is a C++ library for working with spreadsheet files. It supports the generation of conditionally formatted data bars and images, allowing users to customize the display of the spreadsheet based on the value of the Cells. This article will introduce how to use the Aspose.Cells library to generate conditionally formatted data bars and images.... You can use Aspose.Cells DataBar.ToImage() method...generate a DataBar image using Aspose.Cells. The following sample code...

    docs.aspose.com/cells/cpp/generate-conditional-...
  4. Convert Excel to HTML with tooltip using C++|Do...

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

    docs.aspose.com/cells/cpp/convert-excel-to-html...
  5. Export Comments while Saving Excel file to HTML...

    Learn how to export comments while saving Excel files to HTML using Aspose.Cells with C++.... However, Aspose.Cells provides this feature using...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/export-comments-while...
  6. 用C++检查工作簿中的VBA项目是否已签名|Documentation

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

    docs.aspose.com/cells/zh/cpp/check-if-vba-proje...
  7. Get Equation Text of Chart Trendline with C++|D...

    Learn how to use Aspose.Cells for C++ to retrieve the equation text of a trendline in a chart created in Microsoft Excel. Our guide will demonstrate how to access and extract the equation of a trendline for further analysis or display....Chart Trendline using Aspose.Cells. Aspose.Cells provides Trendline...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...

    docs.aspose.com/cells/cpp/get-equation-text-of-...
  8. Hiding and Showing Rows and Columns in Jython|D...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Jython Contents [ Hide ] Aspose.Cells - Hiding and Showing Rows...To append documents using Aspose.Cells Java for Jython . Here you...

    docs.aspose.com/cells/java/hiding-and-showing-r...
  9. 用C++为Excel工作簿的VBA项目加密保护|Documentation

    了解如何使用Aspose.Cells结合C++为Excel工作簿的VBA项目添加密码保护。...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...namespace Aspose :: Cells :: Vba ; int main () { Aspose :: Cells ::...

    docs.aspose.com/cells/zh/cpp/password-protect-t...
  10. 使用C++应用Subtotal和更改详细下方轮廓总结行方向|Documentation

    了解如何使用Aspose.Cells for C++ API对数据应用Subtotal并更改详细下方轮廓总结行的方向。...Cells.Subtotal() 方法对数据应用Subtotal。它接受以下参数:...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/applying-subtotal-...