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

workbook

(0.08 sec)
  1. 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-...
  2. 更改数据透视表的布局|Documentation

    如何使用Aspose.Cells for Java脚本通过C++改变数据透视表的布局。..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...Instantiate workbook from uploaded file const workbook = new Workbook...

    docs.aspose.com/cells/zh/javascript-cpp/changin...
  3. 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-...
  4. 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...
  5. 使用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...
  6. 在使用C++进行写保护时指定作者|Documentation

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

    docs.aspose.com/cells/zh/cpp/specify-author-whi...
  7. 在Python中管理文档属性|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... Python 代码 workbook = self . Workbook ( self . dataDir...Excel file customProperties = workbook . getWorksheets () . getCustomDocumentPro...

    docs.aspose.com/cells/zh/java/managing-document...
  8. Calculation difference compared with Excel 365 ...

    Hi, Using Aspose Cells for Java, version 25.4. First, the attached Workbook is re-calculated in Excel 365, using CTRL+ALT+F9. When recalculating the Workbook with Aspose Cells 25.4, at least one of the cells changes t…... First, the attached workbook is re-calculated in Excel...CTRL+ALT+F9 . When recalculating the workbook with Aspose Cells 25.4, at...

    forum.aspose.com/t/calculation-difference-compa...
  9. 使用 ChartGlobalizationSettings 类在 C++ 中设置图表组件的不同...

    学习如何在 Aspose.Cells for C++ 中使用 ChartGlobalizationSettings 类为图表组件设置不同的语言。我们的指南将帮助你理解如何将图表元素、标签和图例本地化成不同语言,以便以符合文化习惯的方式展现数据。...Create an instance of existing Workbook U16String pathName = u "input..."input.xlsx" ; Workbook workbook ( pathName ); // Set custom chartGlobalizationSe...

    docs.aspose.com/cells/zh/cpp/using-chartglobali...
  10. Get Max Range In A Worksheet with Node.js via C...

    This article describes how to get the max range, max data range, and max display range of Excel files using Aspose.Cells for Node.js via C++....the workbook const workbook = new AsposeCells . Workbook ( filePath...the book. const worksheets = workbook . getWorksheets (); const...

    docs.aspose.com/cells/nodejs-cpp/get-max-range-...