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

api cleanup

(0.07 sec)
  1. 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/
  2. 使用 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...
  3. 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...
  4. 用 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...
  5. Encrypting Excel Files with C++|Documentation

    Learn how to encrypt and password protect Excel files using Aspose.Cells with C++....Cells API. #include <iostream> #include...endl ; Aspose :: Cells :: Cleanup (); } Specifying Password to...

    docs.aspose.com/cells/cpp/encrypting-excel-files/
  6. SIGSEGV Crash During Excel to PDF Conversion wi...

    We are experiencing a critical SEGMENTATION FAULT (SIGSEGV) when converting Excel files containing embedded images to PDF using Aspose.Cells for Node.js with an OEM license. The application crashes during the NApi cleanu…...application crashes during the NAPI cleanup phase after successful PDF...originates in NAPI environment cleanup (_ZN15node_napi_env__8DeleteMeEv)...

    forum.aspose.com/t/sigsegv-crash-during-excel-t...
  7. 用 C++ 将 JSON 转换为 Excel|Documentation

    学习如何用 C++ 和 Aspose.Cells 将 JSON 转换为 Excel 文件。...Cells API 支持将 JSON 格式转换为电子表格。你可以使用 JsonLoadOptions...endl ; Aspose :: Cells :: Cleanup (); } 以下使用JsonLoadOptions类...

    docs.aspose.com/cells/zh/cpp/convert-json-to-ex...
  8. Convert-Excel-to-JSON with C++|Documentation

    Learn how to convert Excel file to JSON 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-excel-to-json/
  9. 如何以及在哪里使用枚举器与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...
  10. 用C++将CSV、TSV和TXT转换为Excel|Documentation

    学习如何使用Aspose.Cells for C++将CSV、TSV和TXT文件转换为Excel。...endl ; Aspose :: Cells :: Cleanup (); } 打开CSV文件及替换无效字符 在Exce...在Excel中打开带特殊字符的CSV文件时,字符会自动被替换。Aspose.Cells API也会执行相同操作,示例代码如下。 // Fix BOM issue...

    docs.aspose.com/cells/zh/cpp/convert-csv-tsv-an...