Sort Score
Result 10 results
Languages All
Labels All
Results 671 - 680 of 161,004 for

workbook

(0.43 sec)
  1. 组装电子表格|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提供了一个名为Workbook的类,表示Excel文件。Workbook类包含了一个Worksheets...向新的Excel文件添加工作表 要通过程序创建新的Excel文件: 创建Workbook类的对象 调用Worksheets集合的Add方法。...

    docs.aspose.com/cells/zh/net/assemble-spreadshe...
  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....- 拆分工作表单元格 C# Workbook workbook = new Workbook (); //Accessing...file Worksheet worksheet = workbook . Worksheets [ 0 ]; //Set...

    docs.aspose.com/cells/zh/net/split-cells-in-wor...
  3. Copy fragments and worksheets between Workbooks...

    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....fragments and worksheets between Workbooks Contents [ Hide ] Sometimes...you might want to create a workbook with sheets that contain the...

    docs.aspose.com/cells/net/copy-fragments-and-wo...
  4. to_ole_color method | Aspose.Cells for Python v...

    to_ole_color method to_ole_color Convert color to OLE_COLOR Returns The value of OLE_COLOR def to_ole_color ( self , ......to_ole_color ( self , color , workbook ): ... Parameter Type Description...Color The Color object. workbook Workbook See Also module aspose...

    reference.aspose.com/cells/python-net/aspose.ce...
  5. Working Solution for Worksheet Resizing|Aspose....

    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....changes in the actual Excel Workbook and then return to the concerned...outside the activated Excel Workbook. The size of the OLE Object...

    docs.aspose.com/slides/net/working-solution-for...
  6. 创建新工作簿|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类可用于简单使用 C# Workbook workbook = new Workbook ();...(); // Creating a Workbook object workbook . Save ( "test.xlsx"...

    docs.aspose.com/cells/zh/net/create-new-workbook/
  7. Repair xls file via Python | products.aspose.com

    Repair a corrupt xls file using Python. Recovery tool to repair corrupted xls file within Python application....by creating an instance of Workbook, using the inheritance class...to the code above. Save the workbook, the corrupted xls file will...

    products.aspose.com/cells/python-net/recovery/r...
  8. Managing Worksheets 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 $workbook = new Workbook (); //Adding...worksheet to the Workbook object $worksheets = $workbook -> getWorksheets...

    docs.aspose.com/cells/java/managing-worksheets-...
  9. Class VbaProjectReferenceCollection | Aspose.Ce...

    Aspose.Cells.Vba.VbaProjectReferenceCollection class. Represents all references of VBA project...//Instantiating a Workbook object Workbook workbook = new Workbook (); //...project. VbaProject vbaProject = workbook . VbaProject ; // Add vba...

    reference.aspose.com/cells/net/aspose.cells.vba...
  10. Removing Worksheets Using Sheet Index in PHP|Do...

    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/removing-worksheets-u...