Sort Score
Result 10 results
Languages All
Labels All
Results 1,011 - 1,020 of 41,424 for

worksheet

(0.39 sec)
  1. SheetRender 构造函数 | Aspose.Cells for Python via ...

    SheetRender 构造函数 SheetRender(Worksheet, options) SheetRender的构造,需要工作表和ImageOrPrintOptions作为参数 def __init__ ( self , w......SheetRender 构造函数 SheetRender(worksheet, options) SheetRender的构造,...self , worksheet , options ): ... 范围 类型 描述 worksheet Worksheet...

    reference.aspose.com/cells/python-net/zh/aspose...
  2. InvertIfNegative | Aspose.Cells for .NET API 参考

    如果属性为true图表点的值为负数 前景色和背景色会互换... Worksheets . Add (); //通过传入工作表的索引来获取新添加的工作表的引用...//通过传入工作表的索引来获取新添加的工作表的引用 Worksheet worksheet = workbook . Worksheets [ sheetIndex...

    reference.aspose.com/cells/zh/net/aspose.cells....
  3. Page Break Preview 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....Cells - Hello World To set worksheet to page break preview using...Adding a new worksheet to the Workbook object worksheets = workbook...

    docs.aspose.com/cells/java/page-break-preview-i...
  4. Aspose::Cells::Charts::ChartArea class | Aspose...

    Aspose::Cells::Charts::ChartArea class. Encapsulates the object that represents the chart area in the Worksheet in C++....represents the chart area in the worksheet. class ChartArea : public...reference of the first worksheet Worksheet worksheet = workbook . GetWorksheets...

    reference.aspose.com/cells/cpp/aspose.cells.cha...
  5. 保护和取消保护工作表|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....= "Protect and unProtect Worksheets.xlsx" ; //Open the excel.... Value ); //Protect the worksheet specifying a password with...

    docs.aspose.com/cells/zh/net/protect-and-unprot...
  6. Managing Page Breaks 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....Code $worksheets = $workbook -> getWorksheets (); $worksheet = $worksheets...$worksheets -> get ( 0 ); $h_page_breaks = $worksheet -> getHorizontalPageBre...

    docs.aspose.com/cells/java/managing-page-breaks...
  7. 在Ruby中管理工作表|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....add_worksheet 方法向新的Excel文件添加工作表。 Ruby 代码 def add_worksheet ()...Adding a new worksheet to the Workbook object worksheets = workbook...

    docs.aspose.com/cells/zh/java/managing-workshee...
  8. Columns Containing Non-Strongly Typed Data|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....values in the columns of a worksheet are not strongly typed (that...types) then we can export the worksheet content by calling the ExportDataTableAsStr...

    docs.aspose.com/cells/net/columns-containing-no...
  9. Class Font | Aspose.Cells for .NET API Reference

    Aspose.Cells.Font class. Encapsulates the font object used in a spreadsheet...newly added worksheet by passing its sheet index Worksheet worksheet...worksheet = workbook . Worksheets [ 0 ]; //Accessing the "A1" cell...

    reference.aspose.com/cells/net/aspose.cells/font/
  10. 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....protection 模块的 unprotect_worksheet 方法来保护工作表。 Python 代码 filesFormatType...xls" ) worksheets = workbook . getWorksheets () worksheet = worksheets...

    docs.aspose.com/cells/zh/java/unprotect-a-works...