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

workbook

(0.1 sec)
  1. 在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.... PHP 代码 $worksheets = $workbook -> getWorksheets (); $worksheet...(that is Excel 2003) format $workbook -> save ( $dataDir . "Add...

    docs.aspose.com/cells/zh/java/managing-page-bre...
  2. Insert PivotTable in Micorsoft Excel XLSB files...

    C# Sample code for generating XLSB documents with PivotTable. Use this code for creating Micorsoft Excel XLSB files with PivotTable within VB.NET, Asp.NET or any .NET based application....in your class file Create Workbook class instance. Access the...the first worksheet of the workbook. Get the desired cell(s) of...

    products.aspose.com/cells/net/pivottable/insert...
  3. Use Error Checking Options|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 workbook and opening a template spreadsheet Workbook workbook...workbook = new Workbook ( "d:\\files\\Book1.xls" ); //Get the first...

    docs.aspose.com/cells/java/use-error-checking-o...
  4. Display Hide Tabs in Jython|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 import Workbook class DisplayHideTabs : def...DisplayHideTabs / ' workbook = Workbook ( dataDir + "Book1.xls"...

    docs.aspose.com/cells/java/display-hide-tabs-in...
  5. ConditionalFormattingCollection class | Aspose....

    ConditionalFormattingCollection class ConditionalFormattingCollection class Encapsulates a collection of FormatCondit......FormatConditionType , OperatorType , Workbook from aspose.pydrawing import...Instantiating a Workbook object workbook = Workbook () sheet = workbook...

    reference.aspose.com/cells/python-net/aspose.ce...
  6. Name类 | Aspose.Cells for Python via .NET API 参考资料

    Name类 Name类 代表一系列单元格的定义名称。 Name 类型公开了以下成员: 特性 属性 描述 comment 获取和设置名称的注释。 仅适用于 Excel 2007。 text 获取对象的名称文本。 full_text 获取......import Workbook # Instantiating a Workbook object workbook = Workbook...the Excel file worksheet = workbook . worksheets [ 0 ] # Creating...

    reference.aspose.com/cells/python-net/zh/aspose...
  7. Repair xlsx file via .NET | products.aspose.com

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

    products.aspose.com/cells/net/recovery/repair-x...
  8. Display or Hide Gridlines 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 by excel file path $workbook = new Workbook...Excel file $worksheets = $workbook -> getWorksheets (); $worksheet...

    docs.aspose.com/cells/java/display-or-hide-grid...
  9. Aspose::Cells::Rendering::WorkbookPrintingPrevi...

    Aspose::Cells::Rendering::WorkbookPrintingPreview class. Workbook printing preview in C++....WorkbookPrintingPrev class Workbook printing preview. class WorkbookPrintingPrev...the total page count of this workbook. IsNull() const Checks whether...

    reference.aspose.com/cells/cpp/aspose.cells.ren...
  10. Unlock ODS document via C++ | products.aspose.com

    C++ example code to unlock password protected ODS file on C++ Runtime Environment for Windows 32 bit, Windows 64 bit and Linux 64 bit....file intrusive_ptr<IWorkbook> workbook = Factory::CreateIWorkboo...ods" ))); // Unprotect workbook workbook->Unprotect( new String(...

    products.aspose.com/cells/cpp/unlock/ods/