Sort Score
Result 10 results
Languages All
Labels All
Results 81 - 90 of 6,380 for

api cleanup

(0.97 sec)
  1. 使用 C++ 检测工作表是否受密码保护|Documentation

    了解如何使用 Aspose.Cells for C++ 检测工作表是否受密码保护。...Cells API 提供检测特定工作表是否受密码保护的方法。本文演示如何使用... Aspose.Cells for C++ API 实现此功能。 Aspose.Cells for C++ 已暴露 Protection...

    docs.aspose.com/cells/zh/cpp/detect-if-workshee...
  2. 创建、访问和复制命名范围(C++)|Documentation

    学习如何使用 Aspose.Cells 在 Excel 文件中创建、访问和复制命名范围(C++)。...Cells API来完成任务。 Aspose.Cells 提供了表示 Microsoft...endl ; Aspose :: Cells :: Cleanup (); } 将数据输入到命名范围内的单元格 您可以按...

    docs.aspose.com/cells/zh/cpp/create-access-and-...
  3. Loading and Managing Excel, OpenOffice, JSON, C...

    With Aspose.Cells for C++, it is simple to create, open, and manage Excel, CSV, TSV, ODS, HTML, Numbers, JSON, XML, PDF, JPG, TIFF, Image, MHT, and XPS files....xlsx" ); Aspose :: Cells :: Cleanup (); return 0 ; } Opening and...endl ; Aspose :: Cells :: Cleanup (); } Advanced Topics Different...

    docs.aspose.com/cells/cpp/loading-saving-and-ma...
  4. 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...
  5. 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...
  6. 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...
  7. 导入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-...
  8. 在 Excel 中使用 C++ 更改批注背景色的方法|Documentation

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

    docs.aspose.com/cells/zh/cpp/how-to-set-comment...
  9. 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-...
  10. 用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/