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

workbook

(0.09 sec)
  1. 使用JavaScript通过C++在工作簿之间复制和移动工作表|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++在工作簿内外复制和移动工作表。高效管理你的工作簿结构。..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...file stream const workbook = new Workbook ( new Uint8Array (...

    docs.aspose.com/cells/zh/javascript-cpp/copy-an...
  2. 在设置Style.Custom属性时检查自定义数字格式|Documentation

    Aspose.Cells 是一个用于操作电子表格文件的JavaScript库,支持在样式设置中检查自定义数字格式。本文将向你展示如何使用Aspose.Cells库检查自定义数字格式以确保样式正确。...Cells检查所分配的自定义数字格式是否有效,请将 Workbook.settings.checkCustomNumberFor...custom 属性分配了无效的自定义数字格式。由于我们已将 Workbook.settings.checkCustomNumberFor...

    docs.aspose.com/cells/zh/javascript-cpp/check-c...
  3. 用C++设置填充效果|Documentation

    Aspose.Cells是一个用于处理电子表格文件的C++库。它支持设置单元格的填充效果,允许用户自定义单元格的背景和样式。本文将介绍如何使用Aspose.Cells库设置单元格的填充效果。...Cells提供了一个表示Microsoft Excel文件的类, WorkbookWorkbook 类包含一个 Worksheets 集合,...Instantiating a Workbook object Workbook workbook ; // Adding a...

    docs.aspose.com/cells/zh/cpp/cells-fill-settings/
  4. Move Range of Cells in a Worksheet with Node.js...

    Learn how to move a range of cells in a worksheet using Aspose.Cells for Node.js via C++....the workbook object. Open the Excel file const workbook = new...AsposeCells . Workbook ( filePath ); const cells = workbook . getWorksheets...

    docs.aspose.com/cells/nodejs-cpp/move-range-of-...
  5. 下载并配置Aspose.Cells在Jython中|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....quickstart / ' workbook = Workbook () sheet = workbook . getWorksheets...file_format_type = FileFormatType workbook . save ( dataDir + "HelloWorld...

    docs.aspose.com/cells/zh/java/download-and-conf...
  6. 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-...
  7. Copy Worksheet|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....//Create a new Workbook from an Excel file path Workbook wb = new Workbook...Workbook ( "../../data/workbook.xlsx" ); //Create a Worksheets...

    docs.aspose.com/cells/net/copy-worksheet/
  8. 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-...
  9. Saving Files in Ruby|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....calling the save method of the Workbook object. Ruby Code data_dir...default (Excel2003) format workbook . save ( data_dir + "Book1...

    docs.aspose.com/cells/java/saving-files-in-ruby/
  10. 使用C++通过JavaScript创建Chart工作表的PdfBookmarkEntry|Do...

    学习如何使用Aspose.Cells for Java脚本通过C++为图表工作表创建PdfBookmarkEntry。..."text/javascript" > const { Workbook , SaveFormat , PdfBookmarkEntry...Instantiating a Workbook object from uploaded file const workbook = new...

    docs.aspose.com/cells/zh/javascript-cpp/create-...