Sort Score
Result 10 results
Languages All
Labels All
Results 731 - 740 of 82,029 for

workbook

(0.04 sec)
  1. 用C++插入和删除Excel文件的行和列|Documentation

    本文展示了如何使用Aspose.Cells for C++ API插入和删除行列。...Cells提供了类 Workbook ,代表一个微软Excel文件。 Workbook 类包含一个 Worksheets...Instantiating a Workbook object Workbook workbook ( inputFilePath...

    docs.aspose.com/cells/zh/cpp/inserting-and-dele...
  2. 用Node.js和C++格式化和修改命名范围|Documentation

    学习如何使用Aspose.Cells for Node.js via C++格式化和修改命名范围。...new Workbook. const workbook = new AsposeCells . Workbook ();...worksheet in the book. const WS = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/format-and-...
  3. Copying and Moving Worksheets|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....you might want to create a workbook with sheets that contain the...worksheets within or between workbooks. Worksheet, complete with...

    docs.aspose.com/cells/java/copying-and-moving-w...
  4. Convert Excel to Image with C++|Documentation

    Learn how to convert Excel worksheets to images, including TIFF and SVG formats, using Aspose.Cells for C++....export a worksheet from the workbook and convert it into different...different formats. Converting Workbook to TIFF An Excel file can...

    docs.aspose.com/cells/cpp/convert-excel-to-image/
  5. 在文档信息面板中添加自定义属性(C++)|Documentation

    学习如何使用 Aspose.Cells 与 C++ 添加在文档信息面板中可见的自定义属性。... 请使用 Workbook.ContentTypePropertie.Add()...Create workbook object with specified format Workbook workbook...

    docs.aspose.com/cells/zh/cpp/adding-custom-prop...
  6. Delete Blank Rows and Columns in a Worksheet wi...

    Learn how to delete all blank rows and columns from a worksheet using Aspose.Cells for Node.js via C++.... Workbook ( filePath ); // Create a...reference to // The sheets of the Workbook. const sheets = wb . getWorksheets...

    docs.aspose.com/cells/nodejs-cpp/delete-blank-r...
  7. Public API Changes in Aspose.Cells 8.7.1|Docume...

    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 workbook object Workbook workbook = new Workbook (); //Access...worksheet Worksheet worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/java/public-api-changes-i...
  8. Manage DataLabels of Excel Charts with C++|Docu...

    Learn how to effectively manage data labels in Excel charts using Aspose.Cells for C++. Our comprehensive guide covers various management tasks, including adding, removing, and modifying labels to enhance chart readability and usability....Instantiating a Workbook object Workbook workbook ; // Adding a...worksheet to the Workbook object int sheetIndex = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/insert-datalabels-to-...
  9. 通过Node.js与C++删除命名范围|Documentation

    您可以学习如何使用Aspose.Cells for Node.js via C++从Excel或OpenOffice文件中删除定义的名称或命名范围。...new Workbook. const workbook = new AsposeCells . Workbook ( filePath...the book. const worksheets = workbook . getWorksheets (); // Deleted...

    docs.aspose.com/cells/zh/nodejs-cpp/delete-name...
  10. 将图表转换为图像|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 Workbook workbook = new Workbook (); //Adding...Excel object int sheetIndex = workbook . Worksheets . Add (); //Obtaining...

    docs.aspose.com/cells/zh/net/convert-charts-to-...