Sort Score
Result 10 results
Languages All
Labels All
Results 261 - 270 of 1,876 for

worksheet to image

(1.82 sec)
  1. Converting to MHTML Files in Ruby|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....MHTML Files To convert a worksheet to an MHTML file using Aspose...in Ruby, simply invoke the worksheet_to_mhtml() method of the Converter...

    docs.aspose.com/cells/java/converting-to-mhtml-...
  2. Chart to PDF with C++|Documentation

    Learn how To use Aspose.Cells for C++ To convert a chart To a PDF document. Our guide will demonstrate how To export a chart from Microsoft Excel and save it as a PDF for further distribution and archiving....Workbook workbook ; // Add a new worksheet to the workbook int sheetIndex...reference of the newly added worksheet by passing its index to WorksheetCollection...

    docs.aspose.com/cells/cpp/chart-to-pdf/
  3. Set DefaultFont property of PdfSaveOptions and ...

    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....expect that saving to PDF or image would apply that DefaultFont...Generally, when saving to PDF or image, Aspose.Cells for Python via...

    docs.aspose.com/cells/python-net/set-defaultfon...
  4. Chart to PDF with Node.js via C++|Documentation

    Learn how To use Aspose.Cells for Node.js via C++ To convert a chart To a PDF document. Our guide will demonstrate how To export a chart from Microsoft Excel and save it as a PDF for further distribution and archiving....Workbook (); // Adding a new worksheet to the Workbook const sheetIndex...reference of the newly added worksheet by passing its index to WorksheetCollection...

    docs.aspose.com/cells/nodejs-cpp/chart-to-pdf/
  5. Export Chart to SVG with viewBox attribute usin...

    Learn how To export a chart To SVG format with the viewBox attribute using Aspose.Cells for Node.js via C++....)); // Access first worksheet const worksheet = workbook . getWorksheets...chart inside the worksheet const chart = worksheet . getCharts ()...

    docs.aspose.com/cells/nodejs-cpp/export-chart-t...
  6. Export Chart to SVG with viewBox attribute usin...

    Learn how To export a chart To SVG format with the viewBox attribute using Aspose.Cells for JavaScript via C++....first worksheet const worksheet = workbook . worksheets . get...chart inside the worksheet const chart = worksheet . charts . get...

    docs.aspose.com/cells/javascript-cpp/export-cha...
  7. How to Add Picture to Excel in C#

    Learn how To add picture To Excel using Aspose.Cells for .NET. Follow our simple guide with C# code examples for seamless integration....add a picture to an Excel worksheet using C#. This article covers...Cells, you can easily integrate images into your spreadsheets, customize...

    blog.aspose.com/cells/add-picture-to-excel-in-c...
  8. Converting to MHTML Files in PHP|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....MHTML Files To convert a worksheet to an MHTML file using Aspose...in PHP, simply invoke the worksheet_to_mhtml() method of the Converter...

    docs.aspose.com/cells/java/converting-to-mhtml-...
  9. Set Caption to OLE Icon|Aspose.Slides 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....); // Add an image to the presentation's image collection auto...auto image = Images :: FromFile ( u "oleIconFile.ico" ); auto ppImage...

    docs.aspose.com/slides/cpp/set-caption-to-ole-i...
  10. How to Set Print Titles with C++|Documentation

    This article shows you code explaining how To set print titles using Aspose.Cells library with C++.... When you print the worksheet, the specified rows or columns...print titles in a specified worksheet: First, load the sample file...

    docs.aspose.com/cells/cpp/how-to-set-print-titles/