Sort Score
Result 10 results
Languages All
Labels All
Results 2,451 - 2,460 of 161,041 for

workbook

(0.1 sec)
  1. Public API Changes in Aspose.Cells 16.12.0|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....initializing an instance of Workbook from a template file. Here...book = new Aspose . Cells . Workbook ( dir + "sample.xlsx" , options...

    docs.aspose.com/cells/net/public-api-changes-in...
  2. 在Python中将工作表转换为SVG|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.... SaveFormat workbook = self . Workbook ( self . dataDir...into svg format sheetCount = workbook . getWorksheets (). getCount...

    docs.aspose.com/cells/zh/java/converting-worksh...
  3. EbookLoadOptions | Aspose.Cells for Java API Re...

    Represents options when importing an ebook file....initializing styles of the workbook getDeleteRedundantSp() Indicates...unparsed data in memory for the Workbook when it is loaded from template...

    reference.aspose.com/cells/java/com.aspose.cell...
  4. HtmlLoadOptions | Aspose.Cells for Java API Ref...

    Represents options when importing a html file....initializing styles of the workbook getDeleteRedundantSp() Indicates...unparsed data in memory for the Workbook when it is loaded from template...

    reference.aspose.com/cells/java/com.aspose.cell...
  5. ChartData | Aspose.Sildes for Python via .NET A...

    ChartData Contents [ Hide ] ChartData class Represents data used for a chart plotting. The ChartData type exposes the......Name Description chart_data_workbook Gets the cells factory to...data_source_type Represents external workbook path if external data source...

    reference.aspose.com/slides/python-net/aspose.s...
  6. WorkbookDesigner.SetDataSource | Aspose.Cells f...

    WorkbookDesigner method. Sets data source of a ICellsDataTable object... Workbook = new Workbook ( "SmartMarker_Designer...//Save the excel file. wd . Workbook . Save ( "outSmartMarker_Designer...

    reference.aspose.com/cells/net/aspose.cells/wor...
  7. NumberValue Formula not working - Free Support ...

    NumberValueFormula not working in Aspose cell 23.10 in Java., im getting the incorrect values i used the below java code and excel values.kindly help me. thanks. code : String filePath = “C:\numberValuefile.xlsx”; Wor…...xlsx”; Workbook wb = new Workbook(filePath); wb.ca..."f:\\files\\numbervaluefile.xlsx"; Workbook wb = new Workbook(filePath); System...

    forum.aspose.com/t/numbervalue-formula-not-work...
  8. TextBoxCollection | Aspose.Cells for .NET API 参考

    封装了一个集合TextBox./textbox对象....[C#] //实例化一个工作簿对象 Workbook workbook = new Workbook (); //获取集合对象 TextBoxCollection...TextBoxCollection textBoxCollection = workbook . Worksheets [ 0 ]. TextBoxes...

    reference.aspose.com/cells/zh/net/aspose.cells....
  9. Aspose.Cells 8.6.3的公共API更改|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...., 0 , importOptions ); 新增 Workbook.CreateBuiltinStyle 方法 Aspose...Aspose.Cells for .NET 8.6.3已公开了Workbook.CreateBuiltinStyle方法,该方法可用于创建与Excel应用程序提供的...

    docs.aspose.com/cells/zh/net/public-api-changes...
  10. FormatCondition | Aspose.Cells for .NET API 参考

    表示条件格式化条件...[C#] //实例化一个工作簿对象 Workbook workbook = new Workbook (); Worksheet...Worksheet sheet = workbook . Worksheets [ 0 ]; //添加一个空的条件格式 int index...

    reference.aspose.com/cells/zh/net/aspose.cells/...