Sort Score
Result 10 results
Languages All
Labels All
Results 671 - 680 of 82,045 for

workbook

(0.04 sec)
  1. Public API Changes in Aspose.Cells 8.4.0|Docume...

    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....//Create workbook object from source Excel file Workbook workbook...workbook = new Workbook ( "source.xlsm" ); //Change the VBA Module...

    docs.aspose.com/cells/net/public-api-changes-in...
  2. Set Print Titles|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 ( "../...worksheet PageSetup pageSetup = workbook . Worksheets [ 0 ]. PageSetup...

    docs.aspose.com/cells/net/set-print-titles/
  3. Find Value in Cells using Aspose.Cells|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....//Instantiating a Workbook object Workbook workbook = new Workbook ( "workbook...file Worksheet worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/java/find-value-in-cells-...
  4. Public API Changes in Aspose.Cells 8.8.0|Docume...

    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....//Create workbook from stream with Html load options Workbook workbook...workbook = new Workbook ( stream , loadOptions ); //Access first...

    docs.aspose.com/cells/java/public-api-changes-i...
  5. 在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....by excel file path $workbook = new Workbook ( $dataDir . "book1...scroll bar of the Excel file $workbook -> getSettings () -> setVScrollBarVisible...

    docs.aspose.com/cells/zh/java/display-or-hide-s...
  6. 在 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 class FreezePanes : def __init__...WorkingWithWorksheet / FreezePanes / ' workbook = Workbook ( dataDir + "Book1.xls"...

    docs.aspose.com/cells/zh/java/freeze-panes-in-j...
  7. Convert Revision of XLSB to XLSM with Node.js v...

    Learn how to fully convert revisions of XLSB files into XLSM format using Aspose.Cells for Node.js via C++....Open workbook const workbook = new AsposeCells . Workbook ( filePath...filePath ); // Save Workbook to XLSM format workbook . save ( path...

    docs.aspose.com/cells/nodejs-cpp/convert-revisi...
  8. Manipulate Position Size and Designer Chart wit...

    Learn how to use Aspose.Cells for Node.js via C++ to effectively manipulate the position, size, and designer chart in Microsoft Excel. Our guide will demonstrate how to adjust these properties for improved layout and visualization....APIs; it loads the existing workbook which contains a chart in...Loads the workbook which contains the chart const workbook = new...

    docs.aspose.com/cells/nodejs-cpp/manipulate-pos...
  9. Assign Macro to Form Control with Node.js via C...

    Learn how to assign a Macro Code to a Form Control like a Button using Aspose.Cells for Node.js via C++....a Form Control inside the workbook. The following sample code...code creates a new workbook, assigns a Macro Code to a Form Button...

    docs.aspose.com/cells/nodejs-cpp/assign-macro-t...
  10. Managing Page Breaks in Ruby|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....add_page_breaks ( workbook ) worksheets = workbook . getWorksheets...(that is Excel 2003) format workbook . save ( @data_dir + "Add...

    docs.aspose.com/cells/java/managing-page-breaks...