Sort Score
Result 10 results
Languages All
Labels All
Results 601 - 610 of 161,004 for

workbook

(0.22 sec)
  1. 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-...
  2. 在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...
  3. Find Value in 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....//Instantiating a Workbook object Workbook workbook = new Workbook ( "../...file Worksheet worksheet = workbook . Worksheets [ 0 ]; //Finding...

    docs.aspose.com/cells/net/find-value-in-cells/
  4. 在 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...
  5. 在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....Ruby 将其文件保存到某个存储位置,那么他们可以在调用 Workbook 对象的 save 方法时指定文件名(包括完整的存储路径)和所需的文件格式(使用...default (Excel2003) format workbook . save ( data_dir + "Book1...

    docs.aspose.com/cells/zh/java/saving-files-in-r...
  6. Aspose::Cells::Drawing::Picture::Copy method | ...

    Aspose::Cells::Drawing::Picture::Copy method. Copy the picture in C++....//Instantiating a Workbook object Workbook workbook ; Worksheet worksheet...worksheet = workbook . GetWorksheets (). Get ( 0 ); //insert first...

    reference.aspose.com/cells/cpp/aspose.cells.dra...
  7. Setting Page Options in Python|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 = self .... Workbook () \# Accessing the first worksheet in the Excel file...

    docs.aspose.com/cells/java/setting-page-options...
  8. Convert Spreadsheet to PDF in Aspose.Cells|Docu...

    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.... C# Workbook workbook = new Workbook ( "../../data/test...the document in PDF format workbook . Save ( "AsposeConvert.pdf"...

    docs.aspose.com/cells/net/convert-spreadsheet-t...
  9. Public API Changes in Aspose.Cells 8.4.1|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 Aspose . Cells . Workbook workbook = new...new Aspose . Cells . Workbook ( input ); //Access first data connection...

    docs.aspose.com/cells/net/public-api-changes-in...
  10. Split Cells in Worksheet|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....in Worksheet C# Workbook workbook = new Workbook (); //Accessing...file Worksheet worksheet = workbook . Worksheets [ 0 ]; //Set...

    docs.aspose.com/cells/net/split-cells-in-worksh...