Sort Score
Result 10 results
Languages All
Labels All
Results 2,301 - 2,310 of 246,578 for

cells

(1.27 sec)
  1. Password Protect the VBA Project of an Excel Wo...

    Learn how to password protect the VBA Project of an Excel workbook using Aspose.Cells with C++....Cells using the VbaProject.Protect()...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using namespace...

    docs.aspose.com/cells/cpp/password-protect-the-...
  2. Support for XAdES Signature with C++|Documentation

    This article describes Support for XAdES Signature using C++ codes with Aspose.Cells for C++....Cells provides support for signing...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using namespace...

    docs.aspose.com/cells/cpp/support-for-xades-sig...
  3. 用C++改变Excel文本框或形状的字符间距|Documentation

    学习如何用Aspose.Cells和C++改变Excel文本框或形状的字符间距。...Cells.h" using namespace Aspose :: Cells ; using namespace...Aspose :: Cells :: Drawing ; int main () { Aspose :: Cells :: Startup...

    docs.aspose.com/cells/zh/cpp/change-character-s...
  4. Import and Export Data from Document|Documentation

    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....Cells When you use Aspose.Cells to open an Excel...automatically imported, but Aspose.Cells also supports importing data...

    docs.aspose.com/cells/net/import-export-data-fr...
  5. Enable Compact Format for Negative Values in To...

    Hi Team, In Excel and ppt, Negative numbers are not appearing in a compact format in the tooltip. How can we ensure that negative values are displayed in compact format, and is it possible to modify the tooltip descript…...Product Family slides-java , cells-java Shivapriya February 6,...getWorksheets().get(0); Cells cells = worksheet.getCells(); //...

    forum.aspose.com/t/enable-compact-format-for-ne...
  6. Worksheet won't open in new version But will op...

    I just upgraded to the latest "Cells" (4.4.3.1) from the old version (v3.8.1.0). Now the same sheet will not open and throws the following error: This Excel files contains BIFF7(Excel95 or earlier file format) record…...Cells Product Family walt_schwarz...just upgraded to the latest "Cells" (4.4.3.1) from the old version...

    forum.aspose.com/t/worksheet-wont-open-in-new-v...
  7. 将图表转换为图片(C++版)|Documentation

    学习如何使用 Aspose.Cells for C++ 将图表导出为 JPEG 或 PNG 等图像格式。我们的指南将演示如何从 Microsoft Excel 导出图表并将其保存为独立图片,以供进一步使用和操作。...Cells APIs 支持将 Excel 图表转换为图像格式,无需...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using namespace...

    docs.aspose.com/cells/zh/cpp/chart-to-image/
  8. Public API Changes in Aspose.Cells 8.6.1|Docume...

    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....Cells 8.6.1 Contents [ Hide ] This...describes the changes to the Aspose.Cells API from version 8.6.0 to 8...

    docs.aspose.com/cells/net/public-api-changes-in...
  9. How to Manage Dates and Times|Documentation

    Learn how to manage Dates and Times through the Aspose.Cells for Python via .NET API....stored in cells as numbers. Thus, the values of cells that contain...(fractional part) components. The Cell.DoubleValue property returns...

    docs.aspose.com/cells/python-net/how-to-manage-...
  10. 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-...