Sort Score
Result 10 results
Languages All
Labels All
Results 101 - 110 of 6,371 for

api cleanup

(0.42 sec)
  1. 用C++更新Power Query公式项|Documentation

    学习如何使用Aspose.Cells for C++更新Power Query公式项,以修改Excel文件中的数据源文件位置。...Cells API提供通过使用 PowerQueryFormulaIte 类来更新源文件位置的选项。...更新Power Query公式项 Aspose.Cells API提供了更新Power Query公式项的能力。以下代码演示如何使用...

    docs.aspose.com/cells/zh/cpp/update-power-query...
  2. Check if VBA Project is Protected and Locked fo...

    Learn how to check if VBA Project is protected and locked for viewing in Excel files using Aspose.Cells for C++.... For this, the API provides the VbaProject.GetIslockedForViewin()...endl ; Aspose :: Cells :: Cleanup (); } Console Output This is...

    docs.aspose.com/cells/cpp/check-if-vba-project-...
  3. 用C++移除切片器|Documentation

    学习如何用程序在Excel文件中移除切片器,使用Aspose.Cells for C++。...Cells API程序化移除,可以使用 Worksheet.Slicers.Remove()...endl ; Aspose :: Cells :: Cleanup (); } AI Document Assistant...

    docs.aspose.com/cells/zh/cpp/removing-slicer/
  4. 使用 C++ 验证用于保护工作表的密码|Documentation

    了解如何使用 Aspose.Cells for C++ 验证用于保护工作表的密码。...Cells API通过引入一些有用的属性和方法来增强 Protection 类。...endl ; } } Aspose :: Cells :: Cleanup (); return 0 ; } AI Document...

    docs.aspose.com/cells/zh/cpp/verify-password-us...
  5. Get External Connection Data Source of Pivot Ta...

    Learn how to retrieve the external connection data source of a pivot table using Aspose.Cells for C++.... To do this, the API provides the GetExternalConnectio()...endl ; } Aspose :: Cells :: Cleanup (); } The source file used...

    docs.aspose.com/cells/cpp/get-external-connecti...
  6. Convert Workbook to JSON with C++|Documentation

    Learn how to convert Excel workbooks to JSON format using Aspose.Cells for C++....Cells API provides support for converting...endl ; Aspose :: Cells :: Cleanup (); } Advanced Topics Convert...

    docs.aspose.com/cells/cpp/convert-workbook-to-j...
  7. Working with Data Display Formats of DataField ...

    Learn how to work with data display formats of DataField in Pivot Table using Aspose.Cells for C++.... For this, the API provides the PivotField.GetCalculationType()...endl ; Aspose :: Cells :: Cleanup (); } AI Document Assistant...

    docs.aspose.com/cells/cpp/working-with-data-dis...
  8. Specify Custom Number Decimal and Group Separat...

    Change Number decimal and group separator in MS Excel and with C++ code by using the Aspose.Cells for C++ Api....Cells API. It specifies the Custom Number...endl ; Aspose :: Cells :: Cleanup (); } AI Document Assistant...

    docs.aspose.com/cells/cpp/specify-custom-number...
  9. 导入HTML时避免大数字的指数表示法|Documentation

    学习如何在用编号Aspose.Cells for C++导入HTML时避免大数字的指数表示法。...API将按原样导入数字,而不将其转换为指数表示法。 #include...successfully." << std :: endl ; Cleanup (); return 0 ; } AI Document...

    docs.aspose.com/cells/zh/cpp/avoid-exponential-...
  10. 在 Excel 中使用 C++ 更改批注背景色的方法|Documentation

    如何更改 Excel 批注中的颜色。以及如何使用 C++ 在批注中插入图片或图像。...Cells 提供了支持用代码实现的 API。 如何在Excel中更改评论的颜色 当你不需要批注的默认...endl ; Aspose :: Cells :: Cleanup (); return 0 ; } 执行上述代码,你会得到一个...

    docs.aspose.com/cells/zh/cpp/how-to-set-comment...