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

api cleanup

(0.08 sec)
  1. 创建、访问和复制命名范围(C++)|Documentation

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

    docs.aspose.com/cells/zh/cpp/create-access-and-...
  2. Chart to PDF with C++|Documentation

    Learn how to use Aspose.Cells for C++ to convert a chart to a PDF document. Our guide will demonstrate how to export a chart from Microsoft Excel and save it as a PDF for further distribution and archiving....Cells APIs have exposed the Chart::ToPdf...endl ; Aspose :: Cells :: Cleanup (); } Create Chart PDF with...

    docs.aspose.com/cells/cpp/chart-to-pdf/
  3. HTML with C++|Documentation

    Convert Excel to HTML and MHTML format using Aspere.Cells with C++....Cells API provides support for exporting...endl ; Aspose :: Cells :: Cleanup (); } Converting Excel Workbook...

    docs.aspose.com/cells/cpp/convert-excel-to-html/
  4. 使用C++的正则表达式替换工作簿内的文本|Documentation

    使用Aspose.Cells在C++中通过正则表达式替换工作簿内的文本。...API提供了 GetRegexKey() 属性的 ReplaceOptions...endl ; Aspose :: Cells :: Cleanup (); } AI Document Assistant...

    docs.aspose.com/cells/zh/cpp/replace-text-in-a-...
  5. Get Icon Sets, Data Bars or Color Scales Object...

    Aspose.Cells for C++ is a library for working with spreadsheet files. It supports the use of icon sets, data bars, and color scale objects in conditional formatting to display data from spreadsheets. This article describes how to use the Aspose.Cells library to retrieve data for these objects....Cells' simple API, the icon set’s image data is...endl ; Aspose :: Cells :: Cleanup (); } AI Document Assistant...

    docs.aspose.com/cells/cpp/get-icon-sets-data-ba...
  6. 用 C++ 将 JSON 转换为 CSV|Documentation

    学习如何使用 Aspose.Cells for C++ 结合简单和嵌套的 JSON 示例将 JSON 转换为 CSV。...为此,API 提供了 JsonLayoutOptions 和 JsonUtility...endl ; Aspose :: Cells :: Cleanup (); } AI Document Assistant...

    docs.aspose.com/cells/zh/cpp/convert-json-to-csv/
  7. 在 Excel 中使用 C++ 更改批注背景色的方法|Documentation

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

    docs.aspose.com/cells/zh/cpp/how-to-set-comment...
  8. 用C++管理评论和注释|Documentation

    使用Aspose.Cells for C++插入和管理评论或注释。...Cells API添加注释。本主题讨论使用Aspose.Cells API向单元格添加注释。还将介绍注释的格式设置。...endl ; Aspose :: Cells :: Cleanup (); } 注释格式设置 还可以通过配置其高度、宽度和字体设置来格式化注释的外观。...

    docs.aspose.com/cells/zh/cpp/comments-and-notes/
  9. Compress TIFF In C++

    Compress TIFF in C++ without losing quality. Optimize TIFF content, reduce file size easily....developers with an integrated API to optimize TIFF content. Reduce...MakeObject<Document>(u"Input.tiff"); doc->Cleanup(); auto nodes = doc->GetCh...

    products.aspose.com/words/cpp/compress/tiff/
  10. 在Excel或OpenOffice中插入超链接的C++方法|Documentation

    学习如何在不使用MS Excel的情况下,用Aspose.Cells库向Excel文件插入超链接。...Cells允许开发者使用API或设计表格(手动创建超链接并由Aspose.Cells导入...endl ; Aspose :: Cells :: Cleanup (); } 在上述示例中,在空单元格 A1 中添加了...

    docs.aspose.com/cells/zh/cpp/insert-hyperlinks-...