Sort Score
Result 10 results
Languages All
Labels All
Results 611 - 620 of 161,894 for

workbook

(0.09 sec)
  1. Printing Workbooks in xlsx4j|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....Svenska Türkçe 日本語 Printing Workbooks in xlsx4j Contents [ Hide...] Aspose.Cells - Printing Workbooks After you finish creating...

    docs.aspose.com/cells/java/printing-workbooks-i...
  2. 在电子表格中查找并替换|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....= "" ) { workbook = new Workbook ( FOD_OpenFile . FileName...foreach ( Worksheet sheet in workbook . Worksheets ) { found +=...

    docs.aspose.com/cells/zh/net/find-and-replace-i...
  3. Class QueryTable | Aspose.Cells for .NET API Re...

    Aspose.Cells.QueryTable class. Represents QueryTable information...//Instantiating a Workbook object Workbook workbook = new Workbook (); //Obtaining...worksheet Worksheet worksheet = workbook . Worksheets [ 0 ]; //Getting...

    reference.aspose.com/cells/net/aspose.cells/que...
  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 RowsAndColumns : def...Instantiating a Workbook object by excel file path workbook = Workbook ( dataDir...

    docs.aspose.com/cells/zh/java/hiding-and-showin...
  5. Autofit Rows and Columns 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 class RowsAndColumns : def...Instantiating a Workbook object by excel file path workbook = Workbook ( dataDir...

    docs.aspose.com/cells/java/autofit-rows-and-col...
  6. 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/
  7. 在VSTO和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.... Application ; //Access workbook Microsoft . Office . Interop...Interop . Excel . Workbook workbook = app . ActiveWorkbook ; //Access...

    docs.aspose.com/cells/zh/net/use-formulas-funct...
  8. 保护和取消保护工作表|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.... Workbooks . Open ( myPath , Missing...a new Workbook. //Open the excel file. Workbook workbook = new...

    docs.aspose.com/cells/zh/net/protect-and-unprot...
  9. SetExternalWorkbook() | Aspose.Slides for C++ A...

    Sets external Workbook as a data source for the chart. Chart data will be updated from the target Workbook....ing) method Sets external workbook as a data source for the chart...be updated from the target workbook. virtual void Aspose :: Slides...

    reference.aspose.com/slides/cpp/aspose.slides.c...
  10. Saving Files 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....calling the save method of Workbook object. Python Code fileFormatType...#Creating an Workbook object with an Excel file path workbook = self...

    docs.aspose.com/cells/java/saving-files-in-python/