Sort Score
Result 10 results
Languages All
Labels All
Results 3,861 - 3,870 of 99,948 for

workbook

(0.07 sec)
  1. Assign Macro Code to Form Control|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....a Form Control inside the workbook. Assigning Macro Code to Form...sample code creates a new workbook, assigns a Macro Code to a...

    docs.aspose.com/cells/java/assign-macro-code-to...
  2. 在Python中转换为MHTML文件|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.... M_HTML ) # Instantiate a workbook and open the template XLSX...XLSX file wb = self . Workbook ( filePath ) # Save the MHT file...

    docs.aspose.com/cells/zh/java/converting-to-mht...
  3. 在 PHP 中实现 PowerPoint 自动化:轻松创建动态演示文稿|Aspose.Slid...

    使用 Aspose.Slides for PHP 在云平台上自动化幻灯片创建——快速可靠地生成、编辑和转换 PowerPoint 与 OpenDocument 文件。...-> setOverlay ( false ); $workbook = $chart -> getChartData ()...getCategories () -> add ( $workbook -> getCell ( $worksheetIndex...

    docs.aspose.com/slides/zh/php-java/automating-p...
  4. Converting Worksheet to Image in Ruby|Documenta...

    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....Code def worksheet_to_image ( workbook ) # Create an object for ImageOptions...the first worksheet. sheet = workbook . getWorksheets () . get (...

    docs.aspose.com/cells/java/converting-worksheet...
  5. How to Format Numbers to Fractions|Documentation

    This article will introduce how to format numbers to fractions using Aspose.Cells for .NET API....Cells Step 2: Create a New Workbook or Open an Existing One You...You can either create a new workbook or open an existing one. Step...

    docs.aspose.com/cells/net/how-to-format-number-...
  6. Convert PPTX to XLTX via PHP or with free Onlin...

    PHP API to Convert PPTX to XLTX or Online App without using Microsoft Office Powerpoint or Excel. Test free PPTX to XLTX online converter quickly before integrating the code....HTML as parameters Use Workbook class to load the exported...PPTX to XLSB (Excel Binary Workbook) Convert PPTX to XLSM (Macro-enabled...

    products.aspose.com/total/php-java/conversion/p...
  7. Convert PPT to XLTX via PHP or with free Online...

    PHP API to Convert PPT to XLTX or Online App without using Microsoft Office Powerpoint or Excel. Test free PPT to XLTX online converter quickly before integrating the code....HTML as parameters Use Workbook class to load the exported...PPT to XLSB (Excel Binary Workbook) Convert PPT to XLSM (Macro-enabled...

    products.aspose.com/total/php-java/conversion/p...
  8. Export Worksheet CSS Separately in Output HTML|...

    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....Export single‑sheet workbook to HTML When a workbook with multiple...behavior is required for a workbook with a single worksheet when...

    docs.aspose.com/cells/python-net/export-workshe...
  9. 如何使用Node.js通过C++将HTML转换为PDF|Documentation

    本主题向你展示如何使用Aspose.Cells for Node.js via C++将HTML转换为PDF和MHTML转换为PDF。... 初始化 Workbook 对象。 通过调用Workbook.save()方法保存输出PDF文档。..."sample.html" ); // Loads the workbook which contains hidden external...

    docs.aspose.com/cells/zh/nodejs-cpp/convert-htm...
  10. 使用C++管理控件|Documentation

    学习如何使用Aspose.Cells与C++在工作表中添加和管理各种控件,如线条、矩形、弧、椭圆、旋钮、滚动条和组框。...Instantiate a new Workbook. Workbook workbook ; // Get the first...book. Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/managing-controls/