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

workbook

(0.13 sec)
  1. Aspose::Cells::Vba::VbaModule class | Aspose.Ce...

    Aspose::Cells::Vba::VbaModule class. Represents the module in VBA project in C++....//Instantiating a Workbook object Workbook workbook ; // Init VBA...project. VbaProject vbaProject = workbook . GetVbaProject (); // Add...

    reference.aspose.com/cells/cpp/aspose.cells.vba...
  2. Export print area range to HTML|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....Following sample code loads a workbook and then exports print area...sampleInlineCharts.xlsx Export Document Workbook and Worksheet Properties in...

    docs.aspose.com/cells/java/export-print-area-ra...
  3. Remove XLSM Annotation via Java | products.aspo...

    Java sample code to delete XLSM format annotations on Java Runtime Environment for JSP/JSF Application and Desktop Applications....Java Load XLSM file using Workbook class Select the relevant...Cell Id to remove it Save the workbook before & after calling RemoveAt...

    products.aspose.com/cells/java/annotation/xlsm/
  4. Converting To Mhtml Files 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 from com . aspose . cells...Instantiate a workbook and open the template XLSX file wb = Workbook ( filePath...

    docs.aspose.com/cells/java/converting-to-mhtml-...
  5. WorkbookRender 构造函数 | Aspose.Cells for Python v...

    WorkbookRender 构造函数 WorkbookRender(Workbook, options) WorkbookRender的构造 def __init__ ( self , Workbook , options ): .......WorkbookRender 构造函数 WorkbookRender(workbook, options) WorkbookRender的构造...self , workbook , options ): ... 范围 类型 描述 workbook Workbook 指示要呈现的工作簿。...

    reference.aspose.com/cells/python-net/zh/aspose...
  6. Public API Changes in Aspose.Cells 8.0.2|Docume...

    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....//Instantiate a new Workbook Workbook book = new Workbook (); //Get the...); //Create an instance of Workbook and load an HTML based spreadsheet...

    docs.aspose.com/cells/java/public-api-changes-i...
  7. FormatConditionCollection | Aspose.Cells for .N...

    表示条件格式 FormatConditions 最多可以包含三种条件格式... Workbook workbook = new Workbook (); //获取第一个工作表。...//获取第一个工作表。 Worksheet sheet = workbook . Worksheets [ 0 ]; //添加一个空的条件格式...

    reference.aspose.com/cells/zh/net/aspose.cells/...
  8. OriginalHeight | Aspose.Cells for .NET API 参考

    获取图片的原始高度...[C#] //实例化一个工作簿对象 Workbook workbook = new Workbook (); Worksheet...Worksheet worksheet = workbook . Worksheets [ 0 ]; //在工作表中行列索引均为1的单元格位置添加图片。它是“B2”单元格...

    reference.aspose.com/cells/zh/net/aspose.cells....
  9. 在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 $workbook = new Workbook ( $dataDir..."book1.xls" ); $worksheets = $workbook -> getWorksheets (); $worksheet...

    docs.aspose.com/cells/zh/java/unprotect-a-works...
  10. Freeze Panes 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 FreezePanes : def __init__...WorkingWithWorksheet / FreezePanes / ' workbook = Workbook ( dataDir + "Book1.xls"...

    docs.aspose.com/cells/java/freeze-panes-in-jython/