Sort Score
Result 10 results
Languages All
Labels All
Results 111 - 120 of 6,422 for

api cleanup

(0.13 sec)
  1. 使用 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...
  2. 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...
  3. 创建、访问和复制命名范围(C++)|Documentation

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

    docs.aspose.com/cells/zh/cpp/create-access-and-...
  4. 用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...
  5. 使用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-...
  6. 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...
  7. 用 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/
  8. CacheCleanupStrategy|Documentation

    Policy for KV cache trimming when context fills up in Aspose.LLM for .NET — five strategies ranging from full reset to preserving the first user turn....KeepSystemPromptAndF ; using var api = AsposeLLMApi . Create ( preset... Force a reset mid-session: api . ForceCacheCleanup ( CacheCleanupStrategy...

    docs.aspose.com/llm/net/developer-reference/par...
  9. 从URL加载网页图片到Excel工作表(C++)|Documentation

    了解如何使用C++和Aspose.Cells for C++ Api将URL中的图片转换为Excel嵌入图片。...Cells for C++ API 提供了一种直接从URL加载图片到Excel工作表的方法。...return 1 ; } Aspose :: Cells :: Cleanup (); return 0 ; } 对于需要始终从URL更新图片的场景,使用...

    docs.aspose.com/cells/zh/cpp/load-a-web-image-f...
  10. 获取条件格式中使用的图标集、数据条或颜色比例对象(适用于C++)|Documentation

    Aspose.Cells for C++ 是一个用于操作电子表格文件的库。它支持在条件格式中使用图标集、数据条和颜色刻度对象以显示电子表格中的数据。本文介绍如何使用 Aspose.Cells 库获取这些对象的数据。...Cells 简单的 API,图标集的图像数据将被保存为图像。 #include <iostream>...endl ; Aspose :: Cells :: Cleanup (); } 使用C++添加双色标度和三色标度条件格式...

    docs.aspose.com/cells/zh/cpp/get-icon-sets-data...