Sort Score
Result 10 results
Languages All
Labels All
Results 3,781 - 3,790 of 238,883 for

aspose cells

(0.44 sec)
  1. Word From Excel Mail Merge In C++

    Personalize your Mail merge Word from Excel file using C++. Automate emails or build reports using Mail merge Word from Excel template in C++....package Aspose.Words.Cpp Copy using namespace Aspose::Words;...Aspose::Words; using namespace Aspose::Cells; auto doc = MakeObject <Document>(...

    products.aspose.com/words/cpp/mailmerge/word-fr...
  2. 用C++在Excel文件中指定存储的有效数字|Documentation

    学习如何使用Aspose.Cells与C++在Excel文件中指定存储的有效数字。...Contents [ Hide ] 可能的使用场景 默认情况下,Aspose.Cells在Excel文件中存储双精度数值时保留17位有效...GetSignificantDigits() 属性将Aspose.Cells的默认行为从17位改为15位。 指定要在Excel文件中存储的有效数字...

    docs.aspose.com/cells/zh/cpp/specifying-signifi...
  3. Freeze First Column(s) of Excel Worksheet with ...

    In this article, you will learn how to freeze left columns of Excel Worksheets programmatically using C++ Library with Aspose.Cells API.... Freeze Columns with Aspose.Cells for C++ It’s simple to freeze...the first column(s) with Aspose.Cells for C++. Please use the...

    docs.aspose.com/cells/cpp/how-to-freeze-columns...
  4. Disable Pivot Table Ribbons with C++|Documentation

    Learn how to disable pivot table ribbons in Excel files using Aspose.Cells for C++.... Aspose.Cells provides this ability to...the same is provided by Aspose.Cells. Developers can disable...

    docs.aspose.com/cells/cpp/disable-pivot-table-r...
  5. Save Each Worksheet to a Different PDF File wit...

    Learn how to save each worksheet in an Excel file to a separate PDF file using Aspose.Cells for C++....with C++ Contents [ Hide ] Aspose.Cells supports converting XLS...etc.) to PDF documents. Aspose.Cells for C++ can work independently...

    docs.aspose.com/cells/cpp/save-each-worksheet-t...
  6. Setting Strong Encryption Type with C++|Documen...

    Learn how to apply strong encryption and password protection to Excel files using Aspose.Cells with C++....encryption type with the Aspose.Cells API. Applying Encryption...Applying Encryption with Aspose.Cells The code examples below...

    docs.aspose.com/cells/cpp/setting-strong-encryp...
  7. 使用C++导出Excel的文档工作簿和工作表属性到HTML|Documentation

    学习如何在将Excel文件转换为HTML时导出或避免导出文档、工作簿和工作表属性,使用编号Aspose.Cells for C++。...可能的使用场景 当使用Microsoft Excel或Aspose.Cells导出Excel为HTML时,它还会导出各种类型的...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/export-document-wo...
  8. Get Warnings while Loading Excel File with C++|...

    Learn how to catch and handle warnings while loading Excel files using Aspose.Cells for C++.... In such cases, Aspose.Cells throws warnings while loading...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; class...

    docs.aspose.com/cells/cpp/get-warnings-while-lo...
  9. 如何使用 C++ 获取 OData 连接信息|Documentation

    学习如何使用Aspose.Cells for C++从Excel文件中提取OData连接信息。...Aspose.Cells提供了 Workbook.GetDataMashup()...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/how-to-get-odata-c...
  10. 用 C++ 在数据透视表中分组字段|Documentation

    学习如何使用 Aspose.Cells for C++ 在数据透视表中分组字段。...Aspose.Cells也提供使用 PivotTable.GroupBy()...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/group-pivot-fields...