Sort Score
Result 10 results
Languages All
Labels All
Results 4,251 - 4,260 of 99,973 for

workbook

(0.11 sec)
  1. 在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....代码 def worksheet_to_image ( workbook ) #Create an object for ImageOptions...the first worksheet. sheet = workbook . getWorksheets () . get (...

    docs.aspose.com/cells/zh/java/converting-worksh...
  2. Copy Page Setup Settings from Source Worksheet ...

    This article explains how to use the Node.js API or C++ Library sample code to copy Page Setup settings from a source worksheet into a destination worksheet programmatically....When you add a new sheet to a workbook, it contains the default Page...Create workbook const wb = new AsposeCells . Workbook (); //...

    docs.aspose.com/cells/nodejs-cpp/copy-page-setu...
  3. Render Solid Gridlines while converting Excel t...

    Learn how to render solid gridlines while converting Excel to PDF using Aspose.Cells with C++....(); // Create an empty Workbook Workbook wb ; // Prepare data wb...

    docs.aspose.com/cells/cpp/render-solid-gridline...
  4. 在将Excel转换为PDF时渲染实线网格线 with C++|Documentation

    了解如何在将Excel转换为PDF时渲染实线网格线,使用Aspose.Cells与C++。...(); // Create an empty Workbook Workbook wb ; // Prepare data wb...

    docs.aspose.com/cells/zh/cpp/render-solid-gridl...
  5. Get Range with External Links with C++|Document...

    Learn how to retrieve ranges with external links in Excel files using Aspose.Cells with C++....01_SourceDirectory \\ " ); Workbook workbook ( srcDir + u "SampleExternalRefere...WorksheetCollection sheets = workbook . GetWorksheets (); NameCollection...

    docs.aspose.com/cells/cpp/get-range-with-extern...
  6. How can I prepare large Excel files before zipp...

    I have been working with large Excel files that contain multiple sheets, formulas, charts, and images. These files are often very heavy and when I try to compress them I worry about losing formatting or breaking formulas…...@immiran Summary Large Excel workbooks can be reduced in size before...This extra XML inflates the workbook size. Embedded images – Pictures...

    forum.aspose.com/t/how-can-i-prepare-large-exce...
  7. Manage OLE in Presentations Using PHP|Aspose.Sl...

    Optimize OLE object management in PowerPoint and OpenDocument files with Aspose.Slides for PHP via Java. Embed, update, and export OLE content seamlessly.... Create a Workbook object and access the OLE...the data. Save the updated Workbook in a stream. Change the OLE...

    docs.aspose.com/slides/php-java/manage-ole/
  8. Add and Retrieve Data|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....Cells provides a class Workbook that represents a Microsoft...Microsoft Excel file. The Workbook class contains a Worksheets collection...

    docs.aspose.com/cells/cpp/add-and-retrieve-data/
  9. 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...
  10. How to Adjust Row Height in Excel using C#

    This quick tutorial will guide you how to adjust row height in Excel using C#. You can change Excel row height using C# using a few lines of code in Windows, macOS or Linux.... you will load the sample workbook and then adjust the height...in the code Load the sample workbook containing multiple worksheets...

    kb.aspose.com/cells/net/how-to-adjust-row-heigh...