Sort Score
Result 10 results
Languages All
Labels All
Results 721 - 730 of 161,892 for

workbook

(0.26 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....//Create a new Workbook. Workbook workbook = new Workbook (); WorksheetCollection...WorksheetCollection worksheets = workbook . Worksheets ; Worksheet worksheet1...

    docs.aspose.com/cells/zh/net/reorder-worksheets/
  2. move方法 | Aspose.Cells for Python via .NET API 参考资料

    move方法 move(upper_left_row, upper_left_column) 将图片移动到指定位置。 def move ( self , upper_left_row , upper_left_column ): ........import Workbook # Instantiating a Workbook object workbook = Workbook...Workbook () worksheet = workbook . worksheets [ 0 ] # Adding a...

    reference.aspose.com/cells/python-net/zh/aspose...
  3. copy method | Aspose.Cells for Python via .NET ...

    copy method copy Copy the picture. def copy ( self , source , options ): ... Parameter Type Description source Pictur......CopyOptions , Workbook # Instantiating a Workbook object workbook = Workbook...Workbook () worksheet = workbook . worksheets [ 0 ] # insert first...

    reference.aspose.com/cells/python-net/aspose.ce...
  4. CustomDocumentProperties | Aspose.Cells for .NE...

    返回一个DocumentPropertyaspose.cells.properties/documentproperty表示电子表格的所有自定义文档属性的集合...CustomDocumentProper Workbook.CustomDocumentProper property 返回一个...get ; } 例子 [C#] Workbook excel = new Workbook (); excel . CustomDocumentProper...

    reference.aspose.com/cells/zh/net/aspose.cells/...
  5. Font Formatting Issue when Saving XLS to PDF wi...

    I’m encountering an issue when saving an XLS file to PDF using the method save(String fileName, int saveFormat) from the com.aspose.cells.Workbook class. If the Workbook template contains any variable fonts—a modern font…...Workbook class. If the workbook template contains...DefaultFont takes priority over the workbook’s default font. Here’s a sample...

    forum.aspose.com/t/font-formatting-issue-when-s...
  6. 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...
  7. 组装电子表格|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...
  8. evaluated_page_count 属性 | Aspose.Cells for Pyth...

    evaluated_page_count 属性 evaluated_page_count 属性 评估此工作表的总页数 例子 以下代码显示了获取工作表页数的最快方法。 from aspose.cells import Workbook ......cells import Workbook from aspose.cells.rendering...SheetPrintingPreview workbook = Workbook ( "Book1.xlsx" ) sheetPrintingPreview...

    reference.aspose.com/cells/python-net/zh/aspose...
  9. Set Background Picture of a Worksheet in VSTO a...

    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....to a spreadsheet: Create a workbook and access the sheet you want...background image. Save the workbook. The code samples that follow...

    docs.aspose.com/cells/net/set-background-pictur...
  10. Aspose::Cells::WorkbookSettings class | Aspose....

    Aspose::Cells::WorkbookSettings class. Represents all settings of the Workbook in C++....Represents all settings of the workbook. class WorkbookSettings Methods...compressed pictures in the workbook. GetAutoRecover() Indicates...

    reference.aspose.com/cells/cpp/aspose.cells/wor...