Sort Score
Result 10 results
Languages All
Labels All
Results 1,491 - 1,500 of 84,738 for

workbook

(0.09 sec)
  1. Convert Spreadsheet to PDF using Aspose.Cells|D...

    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.... Java Workbook workbook = new Workbook ( "workbook.xls" );...the document in PDF format workbook . save ( "AsposeConvert.pdf"...

    docs.aspose.com/cells/java/convert-spreadsheet-...
  2. Converting Worksheet to SVG in Python|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.... SaveFormat workbook = self . Workbook ( self . dataDir...into svg format sheetCount = workbook . getWorksheets (). getCount...

    docs.aspose.com/cells/java/converting-worksheet...
  3. Chart Series|Aspose.Slides 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....0f ); auto workBook = chart -> get_ChartData ()...-> get_Series () -> Add ( workBook -> GetCell ( 0 , 0 , 1 , ObjectExt...

    docs.aspose.com/slides/cpp/chart-series/
  4. 使用C++获取范围内的超链接|Documentation

    通过Aspose.Cells for C++ API学习如何获取范围内的超链接。...02_OutputDirectory \\ " ); Workbook workbook ( srcDir + u "HyperlinksSample...xlsx" ); Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/get-hyperlinks-in-...
  5. AutoFit Rows for Merged Cells with C++|Document...

    Learn how to auto-fit rows for merged cells in Excel using Aspose.Cells for C++....following code, it creates a workbook object and adds multiple worksheets...(); // Create a new workbook Workbook workbook ; // Get the first...

    docs.aspose.com/cells/cpp/autofit-rows-for-merg...
  6. 入门|Documentation

    设置Aspose.Cells for Node.js via Java和安装指南。...cells" ); var workbook = new aspose . cells . Workbook ( aspose ... FileFormatType . XLSX ); workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-java/getting-st...
  7. Shapes in Charts with C++|Documentation

    Learn how to use Aspose.Cells for C++ to add controls and customize charts in Microsoft Excel. Our guide will demonstrate how to manipulate chart elements, adjust formatting, and enhance the overall appearance and usability of your charts....xls" ; // Create workbook Workbook workbook ( inputFilePath );...second sheet Worksheet sheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/controls-in-charts/
  8. 用 C++ 加密Excel文件|Documentation

    学习如何用 Aspose.Cells 和 C++对Excel文件进行加密和密码保护。...Instantiate a Workbook object and open the excel file Workbook workbook...Specify XOR encryption type workbook . SetEncryptionOptions ( EncryptionType...

    docs.aspose.com/cells/zh/cpp/encrypting-excel-f...
  9. example.py

    import os from jpype import * __cells_jar_dir__ = os.path.dirname(__file__) addClassPath(os.path.join(__cells_jar_dir__, "aspose-cells-23.1.jar")) addClassPath(os.path.join(__cells_jar_dir__, "bcpr......api import Workbook, FileFormatType, CellsHelper...getVersion()) workbook = Workbook(FileFormatType.XLSX) workbook.getWorksheets()...

    docs.aspose.com/cells/tr/python-java/pyinstalle...
  10. example.py

    import os from jpype import * __cells_jar_dir__ = os.path.dirname(__file__) addClassPath(os.path.join(__cells_jar_dir__, "aspose-cells-23.1.jar")) addClassPath(os.path.join(__cells_jar_dir__, "bcpr......api import Workbook, FileFormatType, CellsHelper...getVersion()) workbook = Workbook(FileFormatType.XLSX) workbook.getWorksheets()...

    docs.aspose.com/cells/es/python-java/pyinstalle...