Sort Score
Result 10 results
Languages All
Labels All
Results 641 - 650 of 82,045 for

workbook

(0.04 sec)
  1. 设置打印区域|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 (); workbook...Worksheets . Add ( "new sheet" ); workbook . Worksheets . Add ( "second...

    docs.aspose.com/cells/zh/net/set-print-area/
  2. 操作位置、大小和设计图表的方法(C++)|Documentation

    学习如何使用Aspose.Cells for C++高效操作Microsoft Excel中的位置、大小和设计图表。我们的指南将演示如何调整这些属性以改善布局和可视化效果。...xls" ; // Create workbook Workbook workbook ( inputFilePath );...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/manipulate-positio...
  3. Adjusting Row Height and Column Width in Python...

    Use Python Excel API to create Excel files in Python. Adjust row height and column width in XLSX or XLS in your Python applications without MS Office....Instantiating a Workbook object by excel file path workbook = self .... Workbook ( self . self . dataDir + 'Book1.xls' ) \ # Accessing...

    docs.aspose.com/cells/java/adjusting-row-height...
  4. Adjusting Row Height and Column Width in PHP|Do...

    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 by excel file path $workbook = new Workbook...the Excel file $worksheet = $workbook -> getWorksheets () -> get...

    docs.aspose.com/cells/java/adjusting-row-height...
  5. AutoFill range of Excel file with Node.js via C...

    Learn how to perform an autofill operation in a specified range of an Excel file using Aspose.Cells for Node.js via C++....Create a Workbook const workbook = new AsposeCells . Workbook ( filePath...// Get Cells const cells = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/nodejs-cpp/autofill-ranges/
  6. 自动调整行和列|Documentation

    通过Aspose.Cells for Java API了解如何自动调整行和列。... Java Workbook workbook = new Workbook ( "workbook.xls" );...file Worksheet worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/java/auto-fit-row-and-...
  7. Saving Files|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 provides the Workbook which represents a Microsoft...work with Excel files. The Workbook class provides the Save method...

    docs.aspose.com/cells/cpp/saving-files/
  8. Saving Files|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 provides the Workbook , which represents a Microsoft...work with Excel files. The Workbook class provides the Save method...

    docs.aspose.com/cells/go-cpp/saving-files/
  9. 使用字体|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 - 使用字体 C# Workbook workbook = new Workbook (); // Creating...Creating a Workbook object workbook . Worksheets . Add (); Worksheet...

    docs.aspose.com/cells/zh/net/working-with-fonts/
  10. Specifying Significant Digits to be Stored in E...

    Learn how to specify significant digits to be stored in Excel files using Aspose.Cells with C++....( 15 ); // Create workbook Workbook workbook ; // Access first...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/specifying-significan...