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

workbook

(0.17 sec)
  1. protect method | Aspose.Cells for Python via .N...

    protect method protect Protects a Workbook. def protect ( self , protection_type , password ): ... Parameter Type Des......method protect Protects a workbook. def protect ( self , protection_type...the workbook. See Also module aspose.cells class Workbook parse_formulas...

    reference.aspose.com/cells/python-net/aspose.ce...
  2. 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/
  3. 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...
  4. 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...
  5. 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...
  6. 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-...
  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. Hundreds of internal exceptions thrown when cal...

    I am encountering hundreds of internal exceptions thrown when calling Workbook.CalculateFormula for a particular Excel Workbook. The exceptions are of the variety “Exception thrown: ‘’ in Aspose.Cells.dll” and, while ul…...exceptions thrown when calling Workbook.CalculateFormula Aspose.Cells...exceptions thrown when calling Workbook.CalculateFormula for a particular...

    forum.aspose.com/t/hundreds-of-internal-excepti...
  9. 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....
  10. 在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...