Sort Score
Result 10 results
Languages All
Labels All
Results 841 - 850 of 82,029 for

workbook

(0.05 sec)
  1. 如何通过 Node.js 和 C++ 将 Excel 打印为宽和高适应页面|Documenta...

    本文展示了如何使用 Aspose.Cells for Node.js via C++ 设置 FitToPagesWide 和 FitToPagesTall 的代码示例。...Instantiating a Workbook object const workbook = new AsposeCells...AsposeCells . Workbook ( filePath ); // Accessing the first worksheet...

    docs.aspose.com/cells/zh/nodejs-cpp/how-to-prin...
  2. Managing Document Properties in PHP|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....//Instantiate a Workbook object by excel file path $workbook = new Workbook...file $customProperties = $workbook -> getWorksheets () -> getCustomDocumentPro...

    docs.aspose.com/cells/java/managing-document-pr...
  3. Calculate Sub Totals|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 ( "../...first worksheet Cells cells = workbook . Worksheets [ 0 ]. Cells...

    docs.aspose.com/cells/net/calculate-sub-totals/
  4. Display or Hide Tabs in Php|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 by excel file path $workbook = new Workbook...the tabs of the Excel file $workbook -> getSettings () -> setShowTabs...

    docs.aspose.com/cells/java/display-or-hide-tabs...
  5. Split Screen of Excel Worksheet with C++|Docume...

    In this article, you'll learn how to display certain rows and/or columns in separate panes by splitting the worksheet into two or four parts programmatically using C++....Instantiate a new Workbook. Workbook workbook ( u "Book1.xlsx"...worksheet in the workbook. Worksheet sheet = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/how-to-split-screen-o...
  6. Encrypting Files in PHP|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....through Path // Creating a Workbook object and opening an Excel...path $workbook = $ptr -> New ( "Aspose.Cells.Workbook" , array...

    docs.aspose.com/cells/net/encrypting-files-in-php/
  7. Threaded Comments with C++|Documentation

    Learn how to add, read, edit, and remove threaded comments in Excel files using Aspose.Cells with C++....); // Create a new workbook Workbook workbook ; // Add Author int...int authorIndex = workbook . GetWorksheets (). GetThreadedCommentAu...

    docs.aspose.com/cells/cpp/threaded-comments/
  8. Split Panes in Jython|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 import Workbook from com . aspose . cells...saveFormat = SaveFormat ; workbook = Workbook ( dataDir + "Book1.xls"...

    docs.aspose.com/cells/java/split-panes-in-jython/
  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....//Instantiating a Workbook object Workbook workbook = new Workbook (); //Adding...Excel object int sheetIndex = workbook . Worksheets . Add (); //Obtaining...

    docs.aspose.com/cells/zh/net/calculate-or-recal...
  10. Grouping and Ungrouping Rows and Columns with C...

    Learn how to group and ungroup rows and columns in Excel files using Aspose.Cells with C++....Cells provides a class, Workbook that represents a Microsoft...Microsoft Excel file. The Workbook class contains a WorksheetCollection...

    docs.aspose.com/cells/cpp/grouping-and-ungroupi...