Sort Score
Result 10 results
Languages All
Labels All
Results 8,701 - 8,710 of 160,984 for

workbook

(0.14 sec)
  1. Converting HTML files to Excel Spreadsheets in ...

    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....class workbook = Rjb :: import ( 'com.aspose.cells.Workbook' ) ...results to disc in Xlsx format workbook . save ( @data_dir + "output...

    docs.aspose.com/cells/java/converting-html-file...
  2. Page Numbering of Excel files with multiple wor...

    Hi Team, When trying to transform excel to pdf, rendition is not generated as expected. Input file has multiple worksheets and after rendition(using below Aspose code), the total number of pages in input file mis-match…...xlsx”; Workbook document = new Workbook(fileName); document...21-LLB.xlsx"; Workbook document = new Workbook(fileName); document...

    forum.aspose.com/t/page-numbering-of-excel-file...
  3. Find out if VBA Project is Protected|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 creates a workbook and then checks if its VBA...Protect the VBA Project of Excel Workbook Check if VBA Project is Protected...

    docs.aspose.com/cells/net/find-out-if-vba-proje...
  4. Aspose.Cells Template and RDL Files|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....template is a Microsoft Excel workbook that contains report layout...retrieved and opened as a workbook in Microsoft Excel. Aspose...

    docs.aspose.com/cells/reportingservices/aspose-...
  5. Link Cells to XML Map Elements|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....respectively and then saves the workbook in output excel file . If...Code Import XML Map inside a Workbook using Aspose.Cells Query Cell...

    docs.aspose.com/cells/java/link-cells-to-xml-ma...
  6. Aspose::Cells::FormulaSettings::SetEnableCalcul...

    Aspose::Cells::FormulaSettings::SetEnableCalculationChain method. Whether enable calculation chain for formulas. Default is false in C++....are lots of formulas in the workbook and user needs to calculate...first calculation for the workbook, so the required time for...

    reference.aspose.com/cells/cpp/aspose.cells/for...
  7. IndividualFontConfigs类 | Aspose.Cells for Pytho...

    IndividualFontConfigs类 IndividualFontConfigs类 每个 Workbook 对象的字体配置。 IndividualFontConfigs 类型公开了以下成员: 构造器 构造器 描述 Indivi...... IndividualFontConfig类 每个 Workbook 对象的字体配置。 IndividualFontConfig...获取包含源列表的数组副本 也可以看看 模块 aspose.cells 类 Workbook ImportTableOptions类 InsertOptions类...

    reference.aspose.com/cells/python-net/zh/aspose...
  8. 复制工作表|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....xlsx" ; Workbook newWorkbook = new Workbook (); Worksheet...

    docs.aspose.com/cells/zh/net/copy-worksheets/
  9. 通过 C# 转换 Microsoft Excel 文件 | products.aspose.com

    只需几行 C# 代码,即可将 Excel XLS、XLSX、ODS、CSV 转换为 PDF、XPS、HTML、JPEG、HTML 和许多其他流行格式。...// 加载模板文件 var workbook = new Aspose.Cells.Workbook( "template.xls"...保存为 XLSX、ODS、SXC 和 FODS 格式 workbook.Save( "output.xlsx" , Aspose...

    products.aspose.com/cells/zh/net/conversion/
  10. page_count 属性 | Aspose.Cells for Python via .NE...

    page_count 属性 page_count 属性 获取或设置要保存的页数。 评论 默认值为 System.Int32.MaxValue,这意味着将呈现所有页面。 例子 以下示例显示如何将 Microsoft Excel 文件中的......PdfSaveOptions , Workbook # Open an Excel file wb = Workbook ( "Book1...

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