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

workbook

(0.96 sec)
  1. 使用JavaScript通过C++的ImageOrPrintOptions的PageIndex...

    学习如何使用C++的Aspose.Cells for JavaScript将Excel文件的特定页面渲染为图像。..."text/javascript" > const { Workbook , ImageOrPrintOptions , SheetRender...Instantiate Workbook from uploaded file const workbook = new Workbook...

    docs.aspose.com/cells/zh/javascript-cpp/render-...
  2. Avoid Blank Page in Output PDF when there is No...

    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....sample code creates an empty workbook and then saves it as PDF after...StackTrace: at Aspose . Cells . Workbook . Save ( String fileName ...

    docs.aspose.com/cells/net/avoid-blank-page-in-o...
  3. Set a Default Font while Rendering a Spreadshee...

    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, adds some text to cell B4...unknown/non‑existing font. It then saves the workbook as HTML by specifying different...

    docs.aspose.com/cells/javascript-cpp/set-defaul...
  4. Formula Calculation Engine in Xlsx4j|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 book = new Workbook (); //Obtaining...

    docs.aspose.com/cells/java/formula-calculation-...
  5. Extract Images from Worksheets using ImageOrPri...

    Learn how to extract images from Excel worksheets and save them to a local drive using Aspose.Cells for C++....a template Excel file Workbook workbook ( srcDir + u "sampleExtractImagesF...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/extract-images-from-w...
  6. Importing from Custom Objects|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....//Instantiate a new Workbook Workbook book = new Workbook (); //Clear...

    docs.aspose.com/cells/net/importing-from-custom...
  7. 用C++将表格转换为ODS格式|Documentation

    使用Aspose.Cells将含表格的Excel文件转换为ODS文件格式。...xlsx" ; Workbook workbook ( inputFilePath ); //...Save the file in ODS format workbook . Save ( outputDir + u "C...

    docs.aspose.com/cells/zh/cpp/convert-table-to-ods/
  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....//Instantiate a new Workbook Workbook book = new Workbook (); //Clear...

    docs.aspose.com/cells/zh/net/importing-from-cus...
  9. How to Prevent Users from Printing Excel File|D...

    Learn how to prevent users from printing Excel files through the Aspose.Cells for Python via .NET API.... Open the workbook that you do not want others...the code, then return to the workbook. Now, when you attempt to...

    docs.aspose.com/cells/python-net/how-to-prevent...
  10. Export Excel to HTML with GridLines|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, fills its worksheet with...Conversion Export Document Workbook and Worksheet Properties in...

    docs.aspose.com/cells/net/export-excel-to-html-...