Sort Score
Result 10 results
Languages All
Labels All
Results 2,281 - 2,290 of 82,065 for

workbook

(0.04 sec)
  1. Chart Data Label|Aspose.Slides Documentation

    Set PowerPoint chart data label and distance in Java...worksheet IChartDataWorkbook workbook = chart . getChartData ()...getChartData (). getSeries (). add ( workbook . getCell ( defaultWorksheetInde...

    docs.aspose.com/slides/androidjava/chart-data-l...
  2. How to Convert Excel to XPS in Java

    This tutorial explains how to convert Excel to XPS in Java. XPS is a very common file format that can be generated from Excel in any operating system like Windows, macOS and Linux....the target Excel file to a Workbook class object and then save...project Add a reference to Workbook and SaveFormat class using...

    kb.aspose.com/cells/java/how-to-convert-excel-t...
  3. 使用C++通过Node.js创建、操作或删除工作表的场景|Documentation

    学习如何使用C++ API通过Node.js以编程方式创建、操作或删除Excel工作表中的场景。...Instantiate the Workbook // Load an Excel file const workbook = new AsposeCells...AsposeCells . Workbook ( path . join ( dataDir , "aspose-sample...

    docs.aspose.com/cells/zh/nodejs-cpp/create-mani...
  4. Tables and Ranges with Node.js via C++|Document...

    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 ( filePath ); // Convert the...in it const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/nodejs-cpp/tables-and-ran...
  5. 如何将Excel中的公式导出为其他类型的表达式,使用C++|Documentation

    使用Aspose.Cells for C++将Excel公式导出为LaTeX和MathML。...02_OutputDirectory \\ " ); Workbook workbook ( srcDir + u "Sample.xlsx"...WorksheetCollection worksheets = workbook . GetWorksheets (); ShapeCollection...

    docs.aspose.com/cells/zh/cpp/export-equation/
  6. 使用 C++ 检查工作簿是否包含隐藏的外部链接|Documentation

    学习如何使用 Aspose.Cells for C++检测Excel工作簿中的隐藏外部链接。...the workbook which contains hidden external links Workbook workbook...of the workbook ExternalLinkCollecti links = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/check-if-workbook-...
  7. 检查工作簿是否包含隐藏的外部链接,使用Node.js和C++|Documentation

    学习如何使用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/check-if-wo...
  8. Merge XLT Files Online or using C++ | products....

    Free online app to combine different XLT files. C++ merging library code to merge XLT worksheets into other formats....XLT using Workbook objects. Select the one Workbook as the base...Merge XLSB Files (Excel Binary Workbook) Merge XLSM Files (Macro-enabled...

    products.aspose.com/total/cpp/merge/xlt/
  9. Add Comments in Spreadsheet in xlsx4j|Documenta...

    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...to the Workbook object Worksheet worksheet = workbook . getWorksheets...

    docs.aspose.com/cells/java/add-comments-in-spre...
  10. Embed Attachment to PDF with C++|Documentation

    Learn how to embed attachments into PDF using Aspose.Cells with C++....Open the template file Workbook workbook ( u "embedded-attachments-example...pdf file with PdfSaveOptions workbook . Save ( u "output.pdf" ,...

    docs.aspose.com/cells/cpp/embed-attachment-to-pdf/