Sort Score
Result 10 results
Languages All
Labels All
Results 361 - 370 of 161,888 for

workbook

(0.15 sec)
  1. Merge Multiple Worksheets into a Single Workshe...

    Combine multiple worksheets into single worksheet by using Java code and Aspose.Cells for Java API....example that reads a source workbook and combines the data of all...worksheet inside a destination workbook. How to Combine Worksheets...

    docs.aspose.com/cells/java/combine-multiple-wor...
  2. Workbook.Copy | Aspose.Cells for .NET API Refer...

    Workbook method. Copies another Workbook object...Workbook.Copy Copy(Workbook, CopyOptions) Copies another Workbook...object. public void Copy ( Workbook source , CopyOptions copyOptions...

    reference.aspose.com/cells/net/aspose.cells/wor...
  3. default_style property | Aspose.Cells for Pytho...

    default_style property default_style property Gets or sets the default Style object of the Workbook. Remarks The Defa......default Style object of the workbook. Remarks The DefaultStyle...implement a Style for the whole Workbook. Example The following code...

    reference.aspose.com/cells/python-net/aspose.ce...
  4. Workbook.CopyTheme | Aspose.Cells for .NET API ...

    Workbook method. Copies the theme from another Workbook...Workbook.CopyTheme Workbook.CopyTheme method Copies the theme...from another workbook. public void CopyTheme ( Workbook source )...

    reference.aspose.com/cells/net/aspose.cells/wor...
  5. CellsHelper.GetUsedColors | Aspose.Cells for .N...

    CellsHelper method. Gets all used colors in the Workbook...Gets all used colors in the workbook. public static Color [] GetUsedColors...GetUsedColors ( Workbook workbook ) Parameter Type Description...

    reference.aspose.com/cells/net/aspose.cells/cel...
  6. 将每个工作表保存为不同的PDF文件使用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....dataDir + "workbook.xlsx" ; //Instantiate a new workbook and open...from its location Workbook workbook = new Workbook ( filePath );...

    docs.aspose.com/cells/zh/java/save-each-workshe...
  7. 在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 workbook = self . Workbook ( self ...."Book1.xls" ) worksheets = workbook . getWorksheets () worksheet...

    docs.aspose.com/cells/zh/java/managing-page-bre...
  8. TableStyle | Aspose.Cells for .NET API 参考

    代表表格样式... 例子 [C#] Workbook workbook = new Workbook (); Style firstColumnStyle...firstColumnStyle = workbook . CreateStyle (); firstColumnStyle ...

    reference.aspose.com/cells/zh/net/aspose.cells....
  9. Protecting and Unprotecting Workbooks|Documenta...

    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....Protecting and Unprotecting Workbooks Contents [ Hide ] To prevent...worksheets, you can protect workbook elements with or without a...

    docs.aspose.com/cells/net/protecting-and-unprot...
  10. WorksheetCollection.Add | Aspose.Cells for .NET...

    WorksheetCollection method. Adds a worksheet to the collection...Examples [C#] Workbook workbook = new Workbook (); workbook . Worksheets...SheetType . Chart ); Cells cells = workbook . Worksheets [ 0 ]. Cells...

    reference.aspose.com/cells/net/aspose.cells/wor...