Sort Score
Result 10 results
Languages All
Labels All
Results 2,421 - 2,430 of 87,253 for

workbook

(0.38 sec)
  1. 用C++在Node.js中计数工作表中的单元格数量|Documentation

    学习如何通过Aspose.Cells for Node.js via C++以编程方式统计Excel工作表中的单元格数。...xlsx" ); const workbook = new AsposeCells . Workbook ( filePath );...worksheet const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/count-numbe...
  2. Export Document Structure While Converting to P...

    Learn how to export document structure while converting to PDF with Aspose.Cells in C++.... Workbook workbook ( u "document-structure-example...PDF file with PdfSaveOptions workbook . Save ( u "output.pdf" ,...

    docs.aspose.com/cells/cpp/export-document-struc...
  3. Using Anonymous Types or Custom Objects|Documen...

    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....worksheet(default sheet) in the workbook. Aspose . Cells . Worksheet...Worksheet w = report . Workbook . Worksheets [ 0 ]; //Input some markers...

    docs.aspose.com/cells/net/using-anonymous-types...
  4. 使用 C++ 获取页眉或页脚|Documentation

    本文介绍如何使用 C++ API 或库以编程方式获取Excel或OpenOffice文件中的页眉和页脚。...01_SourceDirectory \\ " ); Workbook workbook ( srcDir + u "HeaderFooter...xlsx" ); Worksheet sheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/get-headers-or-foo...
  5. 通过 C++ 使用 Node.js 格式化范围|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 格式化 Excel 中的一组单元格。...the workbook const workbook = new AsposeCells . Workbook ( filePath...first worksheet const ws = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/how-to-form...
  6. Chart Data Label|Aspose.Slides for Node.js via ...

    Set PowerPoint chart data label and distance in JavaScript...the chart data worksheet var workbook = chart . getChartData ()...getChartData (). getSeries (). add ( workbook . getCell ( defaultWorksheetInde...

    docs.aspose.com/slides/nodejs-java/chart-data-l...
  7. 通过Node.js利用C++管理Excel图表标题|Documentation

    学习如何使用Aspose.Cells for Node.js via C++在Microsoft Excel中添加和格式化图表及轴标题。我们的指南将展示如何设置不同类型的标题、调整外观以及修改轴标题以增强数据表现和清晰度。...Instantiating a Workbook object const workbook = new AsposeCells...AsposeCells . Workbook (); // Adding a new worksheet to the Workbook object...

    docs.aspose.com/cells/zh/nodejs-cpp/chart-and-a...
  8. 在Jython中将文件转换为Mhtml|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.... cells import Workbook from com . aspose . cells...Instantiate a workbook and open the template XLSX file wb = Workbook ( filePath...

    docs.aspose.com/cells/zh/java/converting-to-mht...
  9. How to Encrypt Excel File with Password in Java

    This article guides on how to encrypt Excel file with password in Java. It provides the details about the required resources, a complete logic to write the program and a runnable sample code to demonstrate the process to create password protected Excel file in Java....that can be used to encrypt Workbook with password in Java . This...template Excel file into the Workbook object that is to be encrypted...

    kb.aspose.com/cells/java/how-to-encrypt-excel-f...
  10. How to Convert XLSX to PDF having Restricted Pe...

    This prceise topic focuses on how to convert XLSX to PDF having restricted permissions in Node.js. A list of precise steps will help you to export XLSX to PDF having restricted permissions using Node.js in any operating system like Linux, macOS, or Windows....Ultimately the loaded Excel workbook is saved as a PDF file and...PDF using an instance of the Workbook class Initialize the PdfSaveOptions...

    kb.aspose.com/cells/nodejs/how-to-convert-xlsx-...