Sort Score
Result 10 results
Languages All
Labels All
Results 1,191 - 1,200 of 160,991 for

workbook

(0.16 sec)
  1. Export Data from Worksheets|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....dataDir + "workbook.xls" ); //Instantiating a Workbook object Workbook...Workbook workbook = new Workbook ( fstream ); //Accessing the...

    docs.aspose.com/cells/java/export-data-from-wor...
  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....Instantiating a Workbook object Workbook workbook = new Workbook (); //...the first worksheet in the Workbook file WorksheetCollection worksheets...

    docs.aspose.com/cells/zh/java/set-print-area/
  3. 使用多种编码读取CSV文件|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....file into Workbook Workbook workbook = new Workbook ( dataDir...); //Save it in XLSX format workbook . save ( dataDir + "EncodedNewFile_Out...

    docs.aspose.com/cells/zh/java/read-csv-file-wit...
  4. 在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...Excel file $worksheets = $workbook -> getWorksheets (); $worksheet...

    docs.aspose.com/cells/zh/java/hide-or-unhide-a-...
  5. 在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.... Python 代码 workbook = self . Workbook ( self . dataDir...the Excel file worksheets = workbook . getWorksheets () worksheet...

    docs.aspose.com/cells/zh/java/hide-or-unhide-a-...
  6. Hiding and Showing Rows and Columns in Python|D...

    Learn how to Hide and Show Rows and Columns through the Aspose.Cells for Python Via Java API....Instantiating a Workbook object by excel file path workbook = self .... Workbook ( self . dataDir + 'Book1.xls' ) \ # Accessing the...

    docs.aspose.com/cells/java/hiding-and-showing-r...
  7. Class GridWorkbookSettings | Aspose.Cells for ....

    Aspose.Cells.GridJs.GridWorkbookSettings class. Represents the settings of the Workbook...Represents the settings of the workbook. public class GridWorkbookSettings...value which represents if the workbook uses the 1904 date system...

    reference.aspose.com/cells/net/aspose.cells.gri...
  8. Aspose::Cells::Range::Copy method | Aspose.Cell...

    Aspose::Cells::Range::Copy method. Copying the range with paste special options in C++....//Instantiating a Workbook object Workbook workbook ; // Get the first...Worksheet Cells. Cells cells = workbook . GetWorksheets (). Get (...

    reference.aspose.com/cells/cpp/aspose.cells/ran...
  9. Class Comment | Aspose.Cells for .NET API Refer...

    Aspose.Cells.Comment class. Encapsulates the object that represents a cell comment...Examples [C#] Workbook workbook = new Workbook (); CommentCollection...CommentCollection comments = workbook . Worksheets [ 0 ]. Comments ; //Add...

    reference.aspose.com/cells/net/aspose.cells/com...
  10. Floor class | Aspose.Cells for Python via .NET ...

    Floor class Floor class Encapsulates the object that represents the floor of a 3-D chart. Inheritance: Floor → Area T......cells import License , Workbook from aspose.cells.charts import...Instantiate the workbook object workbook = Workbook () # Get cells...

    reference.aspose.com/cells/python-net/aspose.ce...