Sort Score
Result 10 results
Languages All
Labels All
Results 1,961 - 1,970 of 102,523 for

workbook

(0.22 sec)
  1. 使用WorkbookMetadata与Python.NET|Documentation

    学习如何使用Aspose.Cells for Python via .NET API高效管理工作簿元数据。...一旦使用 Workbook 类打开工作簿,您将能够读取文档属性。以下是使用 WorkbookMetadata...os from aspose.cells import Workbook from aspose.cells.metadata...

    docs.aspose.com/cells/zh/python-net/using-workb...
  2. 数据验证|Documentation

    学习如何通过Aspose.Cells for JavaScript通过C++添加数据验证。..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...it; otherwise create a new workbook const file = fileInput . files...

    docs.aspose.com/cells/zh/javascript-cpp/data-va...
  3. Aspose.Cells - Regression bug causing pivot tab...

    Hi, We are are using Aspose.Cells (NET), version 25.8.0. We’re trying to save a .xlsx file with pivot tables, and it gets saved as a corrupted file requiring recovery. This did not occur on previous versions (tested at …...do is open the workbook and save the workbook. ExcelCorrupter...for opening and saving the workbook is correct. Here’s a minimal...

    forum.aspose.com/t/aspose-cells-regression-bug-...
  4. Cells.importdata is failing if there is invalid...

    Hi Team, We are trying to skip the next cells if the error in formula. Below is the code we are trying. Is there an option to skip to next cell if error occurs // Create a new Workbook Workbook Workbook1 = new Workboo…...Create a new workbook Workbook workbook1 = new Workbook(); Cells...Create a new workbook Workbook workbook = new Workbook(); Cells cells...

    forum.aspose.com/t/cells-importdata-is-failing-...
  5. 判断工作表纸张大小是否自动|Documentation

    本文说明如何使用 C++ API 或示例代码,判断工作表的纸张大小是否为自动。...first workbook having automatic paper size false Workbook wb1 (...second workbook having automatic paper size true Workbook wb2 (...

    docs.aspose.com/cells/zh/cpp/determine-if-paper...
  6. 用C++根据原始值搜索数据|Documentation

    学习如何通过Aspose.Cells for C++ API根据原始值进行数据搜索。...); // Create workbook object Workbook workbook ; // Access first...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/search-data-using-...
  7. Determine if Paper Size of Worksheet is Automat...

    This article explains how to use the JavaScript API with C++ addons to determine if the paper size of a worksheet is set to automatic programmatically...."text/javascript" > const { Workbook , SaveFormat , Worksheet ...arrayBuffer (); // Instantiating Workbook objects from uploaded files...

    docs.aspose.com/cells/javascript-cpp/determine-...
  8. Protect and Unprotect with Node.js via C++|Docu...

    This snippet introduces how to encrypt and decrypt Excel files, protect and unprotect the data in Excel files using Node.js with C++ addons.... Protect and unprotect workbook To prevent other users from...the structure of your Excel workbook with a password. Protect and...

    docs.aspose.com/cells/nodejs-cpp/protect-and-un...
  9. 使用Aspose.Cells用C++创建共享工作簿|Documentation

    学习如何使用Aspose.Cells和C++创建共享工作簿。...Cells使您能够使用 Workbook.GetShared() 属性创建共享工作簿。 使用Aspose...使用Aspose.Cells创建共享工作簿 以下示例代码通过将 Workbook.GetShared() 属性设置为 true ,创...

    docs.aspose.com/cells/zh/cpp/create-shared-work...
  10. 在使用C++进行写保护时指定作者|Documentation

    学习如何在用Aspose.Cells for C++写保护工作簿时指定作者名称。...请使用 Workbook.GetAuthor() 属性实现此功能。 在保护工作簿时指定作者...在保护工作簿时指定作者 以下示例代码演示了 Workbook.GetAuthor() 属性的用法。该代码创建一个空工作簿,设置写保护密码,指定作者名字,并将其保存为...

    docs.aspose.com/cells/zh/cpp/specify-author-whi...