Sort Score
Result 10 results
Languages All
Labels All
Results 1,821 - 1,830 of 104,099 for

workbook

(0.09 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. 防止在使用 JavaScript 通过 C++ 将隐藏工作表内容导出为 HTML 时被导出|D...

    学习如何在使用 Aspose.Cells for JavaScript 通过 C++ 将 Excel 文件保存为 HTML 时防止导出隐藏工作表内容。...head > < body > < h1 > Save Workbook as HTML Without Hidden Worksheet..."text/javascript" > const { Workbook , SaveFormat , HtmlSaveOptions...

    docs.aspose.com/cells/zh/javascript-cpp/prevent...
  3. How to Set Category Axis with C++|Documentation

    Learn how to set the category axis in Aspose.Cells for C++. Our guide will help you understand how to define the category axis range, adjust its properties, and format its labels....in sample code Create a new workbook. Create a new chart in the...the value axis and save the workbook to view the result. Sample...

    docs.aspose.com/cells/cpp/how-to-set-category-a...
  4. 在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....Instantiating a Workbook object by excel file path workbook = Rjb ::...import ( 'com.aspose.cells.Workbook' ) . new ( data_dir + 'Book1...

    docs.aspose.com/cells/zh/java/managing-document...
  5. 通过Node.js使用C++管理文本框|Documentation

    学习如何使用Aspose.Cells for Node.js via C++管理Excel中的文本框。...Create a new workbook let workbook = new Cells . Workbook (); // Access...worksheet let worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/managing-te...
  6. 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-...
  7. 通过Node.js与C++指定数据范围和切片群组位置,复制Sparkline。|Documen...

    学习如何使用Aspose.Cells for Node.js via C++通过指定数据范围和切片群组位置在Excel中复制Sparkline。...Create workbook from source Excel file const workbook = new AsposeCells...AsposeCells . Workbook ( path . join ( dataDir , "copy_sparkline...

    docs.aspose.com/cells/zh/nodejs-cpp/copy-sparkl...
  8. 添加数据透视连接用C++|Documentation

    学习如何使用C++通过Aspose.Cells库添加透视连接。...xlsx" ; // Create workbook Workbook workbook ( inputFilePath );...WorksheetCollection worksheets = workbook . GetWorksheets (); Worksheet...

    docs.aspose.com/cells/zh/cpp/add-pivot-connection/
  9. Create, Manipulate or Remove Scenarios from Wor...

    Learn how to create, manipulate, or remove scenarios from Excel Worksheets programmatically using Node.js with C++ API....scenarios from a worksheet in a workbook via Aspose.Cells APIs. Aspose...Instantiate the Workbook // Load an Excel file const workbook = new AsposeCells...

    docs.aspose.com/cells/nodejs-cpp/create-manipul...
  10. Create, Manipulate or Remove Scenarios from Wor...

    In this article, you will learn how to create, manipulate, or remove scenarios from Excel worksheets programmatically using the C++ library with Aspose.Cells API....scenarios from a worksheet in a workbook via Aspose.Cells APIs. Aspose...Load input Excel file Workbook workbook ( srcDir + u "aspose-sample...

    docs.aspose.com/cells/cpp/create-manipulate-or-...