Sort Score
Result 10 results
Languages All
Labels All
Results 1,291 - 1,300 of 161,045 for

workbook

(0.09 sec)
  1. Aspose::Cells::Cell::GetDependentsInCalculation...

    Aspose::Cells::Cell::GetDependentsInCalculation method. Gets all cells whose calculated result depends on this cell in C++....method, please make sure the workbook has been set with true value...Startup (); Workbook workbook ; Cells cells = workbook . GetWorksheets...

    reference.aspose.com/cells/cpp/aspose.cells/cel...
  2. auto_fill方法 | Aspose.Cells for Python via .NET ...

    auto_fill方法 auto_fill(target) 自动填充目标范围。 def auto_fill ( self , target ): ... 范围 类型 描述 target Range 目标范围。 例子 from aspo......import Workbook # Instantiating a Workbook object workbook = Workbook...first Worksheet Cells. cells = workbook . worksheets [ 0 ] . cells...

    reference.aspose.com/cells/python-net/zh/aspose...
  3. Saving Files 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....through Path // Creating a Workbook object and opening an Excel...path $workbook = $ptr -> New ( "Aspose.Cells.Workbook" , array...

    docs.aspose.com/cells/net/saving-files-in-php/
  4. Column类 | Aspose.Cells for Python via .NET API ...

    Column类 Column类 代表工作表中的单个列。 Column 类型公开了以下成员: 特性 属性 描述 index 获取该列的索引。 width 获取和设置以字符为单位的列宽。 group_level 获取列的组级别。 is_h......BackgroundType , StyleFlag , Workbook from aspose.pydrawing import...Instantiating a Workbook object workbook = Workbook () # Obtaining...

    reference.aspose.com/cells/python-net/zh/aspose...
  5. evaluated_page_count property | Aspose.Cells fo...

    evaluated_page_count property evaluated_page_count property Evaluate the total page count of this worksheet Example T......cells import Workbook from aspose.cells.rendering...SheetPrintingPreview workbook = Workbook ( "Book1.xlsx" ) sheetPrintingPreview...

    reference.aspose.com/cells/python-net/aspose.ce...
  6. add method | Aspose.Cells for Python via .NET A...

    add method Contents [ Hide ] add Adds a worksheet to the collection. Returns Worksheet object index. def add ( self )......cells import SheetType , Workbook from aspose.cells.charts import...import ChartType workbook = Workbook () workbook . worksheets ....

    reference.aspose.com/cells/python-net/aspose.ce...
  7. DirectoryType enumeration | Aspose.Cells for Py...

    DirectoryType enumeration DirectoryType enumeration Represents the directory type of the file name. The DirectoryType......Indicates that the source workbook is on the same drive as the...the dependent workbook (the drive letter is omitted) DOWN_DIRECTORY...

    reference.aspose.com/cells/python-net/aspose.ce...
  8. ConditionalFormattingIconCollection | Aspose.Ce...

    代表一个集合ConditionalFormattingIcon./conditionalformattingicon对象....[C#] //实例化一个工作簿对象 Workbook workbook = new Workbook (); Worksheet...Worksheet sheet = workbook . Worksheets [ 0 ]; //获取条件格式 ConditionalFormattin...

    reference.aspose.com/cells/zh/net/aspose.cells/...
  9. Aspose::Cells::Tables::ListObject::GetTableStyl...

    Aspose::Cells::Tables::ListObject::GetTableStyleType method. Gets and the built-in table style in C++....Cells :: Startup (); Workbook workbook ( u "Book1.xlsx" ); ListObjectCollection...ListObjectCollection tables = workbook . GetWorksheets (). Get (...

    reference.aspose.com/cells/cpp/aspose.cells.tab...
  10. DirectoryType | Aspose.Cells for Java API Refer...

    Represents the directory type of the file name....Indicates that the source workbook is in a subdirectory of the...Indicates that the source workbook is on the same drive as the...

    reference.aspose.com/cells/java/com.aspose.cell...