Sort Score
Result 10 results
Languages All
Labels All
Results 21 - 30 of 6,422 for

api cleanup

(0.14 sec)
  1. Protect and Unprotect Workbook Structure with C...

    Protect and unprotect workbook structure of Excel files using C++ with Aspose.Cells....endl ; Aspose :: Cells :: Cleanup (); } Unprotect Workbook Structure...is easy with the Aspose.Cells API. #include <iostream> #include...

    docs.aspose.com/cells/cpp/protect-and-unprotect...
  2. Encrypt and Decrypt Excel files with C++|Docume...

    How to encrypt and decrypt Excel files using C++. Lock and unlock Excel files....Cells API. #include <iostream> #include...endl ; Aspose :: Cells :: Cleanup (); } Specifying the “Password...

    docs.aspose.com/cells/cpp/encrypt-and-decrypt-e...
  3. 用 C++ 加密Excel文件|Documentation

    学习如何用 Aspose.Cells 和 C++对Excel文件进行加密和密码保护。...Cells API 对Excel文件进行加密和密码保护。 #include <iostream>...Cells :: Cleanup (); } 指定修改密码选项 下面的示例显示了如何使用Aspose.Cells API为现有文件设置...

    docs.aspose.com/cells/zh/cpp/encrypting-excel-f...
  4. 如何以及在哪里使用枚举器与C++|Documentation

    学习如何通过 Aspose.Cells for C++ Api使用枚举器的方法和位置。...Cells API提供了一堆枚举器,但本文主要讨论如下三种类型。 单元格枚举器...endl ; } Aspose :: Cells :: Cleanup (); } 行枚举器 在使用 RowCollection...

    docs.aspose.com/cells/zh/cpp/how-and-where-to-u...
  5. Batch processing|Documentation

    Run many prompts through one loaded Aspose.LLM model — amortize the load cost, pick session-per-prompt vs shared-session patterns....1f ; using var api = AsposeLLMApi . Create ( preset...await api . StartNewChatAsync (); string label = await api . SendMessageToSession...

    docs.aspose.com/llm/net/use-cases/batch-process...
  6. Convert JSON to Excel with C++|Documentation

    Learn how to convert JSON to an Excel file with Aspose.Cells using C++....Cells API provides support for converting...endl ; Aspose :: Cells :: Cleanup (); } The following code example...

    docs.aspose.com/cells/cpp/convert-json-to-excel/
  7. 使用 C++ 保护和取消保护工作簿结构|Documentation

    使用 C++ 和 Aspose.Cells 保护或取消保护Excel文件的工作簿结构。...endl ; Aspose :: Cells :: Cleanup (); } ** 使用 Aspose.Cells for...取消保护工作簿结构** 使用 Aspose.Cells API 轻松取消工作簿结构保护。 #include <iostream>...

    docs.aspose.com/cells/zh/cpp/protect-and-unprot...
  8. Protect and Unprotect Worksheet with C++|Docume...

    Protect and unprotect worksheet of Excel files with Aspose.Cells for C++....endl ; Aspose :: Cells :: Cleanup (); } Unprotect Worksheet Using...is easy with the Aspose.Cells API. If the worksheet is password‑protected...

    docs.aspose.com/cells/cpp/protect-and-unprotect...
  9. 用 C++ 将 Excel 转换为 JSON|Documentation

    学习如何使用 Aspose.Cells 和 C++ 将 Excel 文件转换为 JSON。...Cells API 支持将电子表格转换为 JSON 格式。要将工作簿导出为 JSON,请将...endl ; Aspose :: Cells :: Cleanup (); } 使用 JsonSaveOptions 类指定额外设置的代码示例演示了导出...

    docs.aspose.com/cells/zh/cpp/convert-excel-to-j...
  10. Document bookmark misplaced in the last documen...

    We encountered an issue when document bookmark in the last document is misplaced after calls to document.appendDocument() Expected bookmark location same as before the merge. Actual bookmark location - after the two im…...cleanup(); } // save the base Doc as...USE_DESTINATION_STYLES); destinationDoc.cleanup(); // <-- called after each...

    forum.aspose.com/t/document-bookmark-misplaced-...