Sort Score
Result 10 results
Languages All
Labels All
Results 3,381 - 3,390 of 239,064 for

aspose cells

(0.2 sec)
  1. [Apose.Cells C++] SaveAs in XLS format crashes ...

    Hello, Using Aspose.Cells for C++ 24.2.0 A pointer exception occurs when saving an Excel file to XLS format (Aspose::Cells::SaveFormat::Excel97To2003) when the Excel file contains Defined Names with an invalid expressi…...Cells C++] SaveAs in XLS format crashes when Excel file..."Defined Names" Aspose.Cells Product Family cells-c chabodfmoodys...

    forum.aspose.com/t/apose-cells-c-saveas-in-xls-...
  2. Print Comments while saving to PDF with C++|Doc...

    Learn how to print comments while saving Excel files to PDF using Aspose.Cells for C++....sheet As displayed on sheet Aspose.Cells provides the PrintCommentsType...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/print-comments-while-...
  3. How to manage PivotChart with PivotOptions in C...

    How to manage PivotChart with PivotOptions using C++....with PivotOptions By using Aspose.Cells, you can use PivotOptions...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/how-to-manage-pivotch...
  4. 用C++从工作簿中提取OLE对象|Documentation

    学习如何使用Aspose.Cells和C++从工作簿中提取OLE对象。...Aspose.Cells支持提取和保存这些OLE对象。 本文展示了如何在Visual...接下来,提取OLE对象并保存到硬盘,保留其各自的文件类型。 下载并安装Aspose.Cells 下载Aspose.Cells for C++ 。 在您的开发计算机上安装它。...

    docs.aspose.com/cells/zh/cpp/extract-ole-object...
  5. Search Data using Original Values with C++|Docu...

    Learn how to Search Data using Original Values through the Aspose.Cells for C++ API.... For example, suppose cell D4 has formula =Sum(A1:A2) and...However, you can find it using Aspose.Cells using LookInType.OriginalValues...

    docs.aspose.com/cells/cpp/search-data-using-ori...
  6. 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...
  7. Insert or Delete Rows in an Excel Worksheet wit...

    This article provides the C++ code to insert and delete rows in an Excel worksheet.... Aspose.Cells offers two methods for inserting...and deleting rows: Cells.InsertRows and Cells.DeleteRows . These...

    docs.aspose.com/cells/cpp/insert-or-delete-rows...
  8. Python Word Document Processing API – Aspose | ...

    Პითონის ბიბლიოთეკა Word ფაილებთან მუშაობისთვის. შექმენით, შეცვალეთ, გადააკეთეთ, DOCX, DOC, RTF, PDF, EPUB, WordML, ODT, HTML, ტექსტი და მრავალი სხვა ფორმატი.... Aspose Words for Python via .NET ჩამოტვირთვა...ჩამოტვირთვა დოკუმენტაცია Ფასი Aspose.Words for Python via .NET არის...

    products.aspose.com/words/ka/python-net/
  9. How to set Series invisible with C++|Documentation

    In an Excel chart, you may need to set a series invisible. This article describes how to use Aspose.Cells with C++ to do it....to achieve this using the Aspose.Cells library. How to set series...series invisible using Aspose.Cells We use the following code to...

    docs.aspose.com/cells/cpp/how-to-set-series-inv...
  10. 用C++查找单元格值是否以单引号开始|Documentation

    学习如何使用Aspose.Cells for C++ API查找单元格值是否以单引号开始。...用C++查找单元格值是否以单引号开始 Contents [ Hide ] Aspose.Cells 现在提供了属性 Style::QuotePrefix...下面的示例代码解释了像“sample”和“‘sample”这样的字符串不能通过 Cell::GetStringValue 属性进行区分。因此,我们必须使用...

    docs.aspose.com/cells/zh/cpp/find-if-the-cell-v...