Sort Score
Result 10 results
Languages All
Labels All
Results 2,561 - 2,570 of 82,060 for

workbook

(0.08 sec)
  1. Remove ActiveX Control with Node.js via C++|Doc...

    Learn how to remove ActiveX controls from Workbooks using Aspose.Cells for Node.js via C++....remove ActiveX Control from workbooks. For this, the API provides...Create a workbook const wb = new AsposeCells . Workbook ( path...

    docs.aspose.com/cells/nodejs-cpp/remove-activex...
  2. 从自定义对象导入|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....//Instantiate a new Workbook Workbook book = new Workbook (); //Clear...

    docs.aspose.com/cells/zh/net/importing-from-cus...
  3. 用C++将表格转换为ODS格式|Documentation

    使用Aspose.Cells将含表格的Excel文件转换为ODS文件格式。...xlsx" ; Workbook workbook ( inputFilePath ); //...Save the file in ODS format workbook . Save ( outputDir + u "C...

    docs.aspose.com/cells/zh/cpp/convert-table-to-ods/
  4. Aspose.Cells 8.3.0中的公共API更改|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.... C# var book = new Workbook ( "sample.xlsx" ); var settings...了工作簿文件。 C# var book = new Workbook ( "sample.xlsx" ); var settings...

    docs.aspose.com/cells/zh/net/public-api-changes...
  5. How to Format Number to Special with C++|Docume...

    This article will introduce how to Format Number to Special using Aspose.Cells for C++ API.... Cpp Step 2: Create a Workbook and Access a Worksheet You...You can either create a new workbook or open an existing one. Step...

    docs.aspose.com/cells/cpp/how-to-format-number-...
  6. Delete text from a cell|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.... Workbook . GetFirstChild < Sheets >()...//Instantiating a Workbook object Workbook workbook = new Workbook ( docName...

    docs.aspose.com/cells/net/delete-text-from-a-cell/
  7. 使用Node.js via C++向PDF添加水印|Documentation

    学习如何在将Excel转换为PDF时,向PDF添加文本和图像水印,使用Aspose.Cells for Node.js via C++。...xlsx" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/zh/nodejs-cpp/add-waterma...
  8. Combination - Stacked Column with Stacked Area ...

    Hi Team, We have a requirement to render a combination chart with stacked column in primary axis and Stacked Area in Secondary axis. Whenever I turn off the axis property the Stacked Area chart is not getting rendered. …...have used below Workbook workbook = new Workbook(dir + "DAC Stacked...+ Area.xlsx"); int index = workbook.getWorksheets().add(); ChartCollection...

    forum.aspose.com/t/combination-stacked-column-w...
  9. How to Convert HTML to PDF with Node.js via C++...

    This topic shows you how to convert HTML to PDF and MHTML to PDF using Aspose.Cells for Node.js via C++.... Initialize Workbook object. Save output PDF document...document by calling Workbook.save() method. const AsposeCells...

    docs.aspose.com/cells/nodejs-cpp/convert-html-t...
  10. How to Remove a Formula in Excel without Removi...

    This step-by-step tutorial explains how to remove a formula in Excel without removing contents in C# .NET environment for Linux, macOS and Windows....version watermark Load the workbook containing data and formula...temporary variable Save the workbook The above steps describe the...

    kb.aspose.com/cells/net/how-to-remove-excel-for...