Sort Score
Result 10 results
Languages All
Labels All
Results 3,381 - 3,390 of 87,332 for

workbook

(0.1 sec)
  1. How to Convert Excel to HTML in C++

    This simple tutorial discusses how to convert Excel to HTML in C++. You can change Excel to HTML in C++ to display information on a webpage using any browser on common operating systems like Linux, MS Windows or macOS....the input XLSX file using a Workbook class object and set different...input Excel file with the Workbook class object for converting...

    kb.aspose.com/cells/cpp/how-to-convert-excel-to...
  2. How to Adjust Row Height in Excel using Python

    This article guides on how to adjust row height in Excel using Python. It has the environment settings and programming steps along with a sample code to change height of row in Excel using Python....to set rows height Load the Workbook with multiple sheets to change...worksheet from the loaded workbook to perform different operations...

    kb.aspose.com/cells/python/how-to-adjust-row-he...
  3. How to Insert Image in Excel using Node.js

    This article guides on how to insert image in Excel using Node.js. It contains the IDE settings, a list of programming steps, and a runnable sample code to insert picture in Excel cell using Node.js....insert an image Create a new Workbook and access a sheet where the...image file Save the resultant workbook with an image in it These...

    kb.aspose.com/cells/nodejs/how-to-insert-image-...
  4. Convert XLTX to PPTX via PHP or with free Onlin...

    PHP API to Convert XLTX to PPTX or Online App without using Microsoft Excel or Powerpoint. Test free XLTX to PPTX online converter quickly before integrating the code....Open and load XLTX file using Workbook class Set the PDF save options...Template file used to create new workbooks with predefined formatting...

    products.aspose.com/total/php-java/conversion/x...
  5. 将多个工作簿合并成一个单一工作簿,使用C++实现|Documentation

    学习如何使用Aspose.Cells和C++将多个工作簿合并为一个单一工作簿。...该代码加载源工作簿,使用 Workbook::Combine() 方法将它们合并,并保存输出工作簿。...Open the first excel file. Workbook sourceBook1 ( sourceFile1...

    docs.aspose.com/cells/zh/cpp/combine-multiple-w...
  6. Get Warnings for Font Substitution while Render...

    Learn how to get warnings for font substitution when rendering Excel files to PDF using Aspose.Cells with C++....02_OutputDirectory \\ " ); Workbook workbook ( srcDir + u "source.xlsx"...SetWarningCallback ( callback . get ()); workbook . Save ( outDir + u "output_out...

    docs.aspose.com/cells/cpp/get-warnings-for-font...
  7. Convert PPSX to XLTM via PHP or with free Onlin...

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

    products.aspose.com/total/php-java/conversion/p...
  8. Convert PPTM to XLTM via PHP or with free Onlin...

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

    products.aspose.com/total/php-java/conversion/p...
  9. Convert PPTX to XLTM via PHP or with free Onlin...

    PHP API to Convert PPTX to XLTM or Online App without using Microsoft Office Powerpoint or Excel. Test free PPTX to XLTM 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...
  10. How to Add a Row in Excel using Node.js

    This article explains how to add a row in Excel using Node.js. It has the IDE settings, a list of steps, and a runnable sample code to insert line in Excel using Node.js....sample data Save the resultant workbook after inserting a row These...using Node.js . Initially, a workbook is loaded and some sample...

    kb.aspose.com/cells/nodejs/how-to-add-a-row-in-...