Sort Score
Result 10 results
Languages All
Labels All
Results 721 - 730 of 82,029 for

workbook

(0.04 sec)
  1. 使用内置样式的C++|Documentation

    用C++代码使用Excel的内置样式与Aspose.Cells for C++ API... 如何使用内置样式 方法 Workbook.CreateBuiltinStyle 和枚举 BuiltinStyleType...; // Create a new workbook Workbook workbook ; // Create a built-in...

    docs.aspose.com/cells/zh/cpp/using-built-in-sty...
  2. 使用C++调整工作簿压缩级别|Documentation

    学习如何使用Aspose.Cells for C++调整工作簿的压缩级别以优化文件大小和处理时间。..." ); // Load the workbook Workbook workbook ( srcDir + u "LargeSampleFile...compression level to 1 and save the workbook options . SetCompressionType...

    docs.aspose.com/cells/zh/cpp/adjust-workbook-co...
  3. Documentation

    学习如何使用Aspose.Cells for Node.js via C++将图表转换为PDF文档。本指南演示如何从Microsoft Excel导出图表并以PDF格式保存,以便进一步分发和归档。...Instantiating a Workbook object const workbook = new AsposeCells...AsposeCells . Workbook (); // Adding a new worksheet to the Workbook const...

    docs.aspose.com/cells/zh/nodejs-cpp/chart-to-pdf/
  4. 使用Python打印Hello World|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....Python 代码 workbook = self . Workbook () sheet = workbook . getWorksheets...file_format_type = self . FileFormatType workbook . save ( self . dataDir +...

    docs.aspose.com/cells/zh/java/hello-world-in-py...
  5. Converting ExcelFiles To Html in Jython|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.... cells import Workbook from com . aspose . cells...saveFormat = SaveFormat workbook = Workbook ( dataDir + "Book1.xls"...

    docs.aspose.com/cells/java/converting-excelfile...
  6. Set Background Picture of a Worksheet|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....to give information about a workbook, for example when used as...to a spreadsheet: Create a workbook and access the sheet you want...

    docs.aspose.com/cells/net/set-background-pictur...
  7. Convert charts to images|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/net/convert-charts-to-ima...
  8. 用C++管理范围|Documentation

    学习如何使用Aspose.Cells和C++管理Excel文件中的范围。通过编程创建、修改和设置范围样式。...Cells提供了一个代表Microsoft Excel文件的类, WorkbookWorkbook 类包含一个 Worksheets 集合,...Startup (); // Create a Workbook Workbook workbook ; // Get Cells from...

    docs.aspose.com/cells/zh/cpp/managing-ranges/
  9. Printing Workbooks in Aspose.Cells|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....Printing Workbooks in Aspose.Cells Contents [ Hide ] Aspose.Cells...Cells - Printing Workbooks After you finish creating your spreadsheet...

    docs.aspose.com/cells/net/printing-workbooks-in...
  10. Import Export data from document|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....class, Workbook that represents an Excel file. Workbook class...//Instantiating a Workbook object Workbook workbook = new Workbook (); //Adding...

    docs.aspose.com/cells/net/import-export-data-fr...