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

api cleanup

(0.21 sec)
  1. 使用 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...
  2. 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/
  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. 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...
  5. 如何以及在哪里使用枚举器与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...
  6. 用 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...
  7. 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/
  8. 使用 C++ 保护和取消保护工作表|Documentation

    使用 Aspose.Cells for C++ 保护和取消保护Excel工作表。...endl ; Aspose :: Cells :: Cleanup (); } ** 使用 Aspose.Cells for...C++ 取消保护工作表** 使用 Aspose.Cells API 轻松取消工作表保护。如果工作表受密码保护,需要正确的密码。...

    docs.aspose.com/cells/zh/cpp/protect-and-unprot...
  9. 用 C++ 加密和解密Excel文件|Documentation

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

    docs.aspose.com/cells/zh/cpp/encrypt-and-decryp...
  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-...