Sort Score
Result 10 results
Languages All
Labels All
Results 981 - 990 of 1,891 for

worksheet to image

(3.14 sec)
  1. 将工作表转换为图像——去除数据周围的空白区域,使用C++|Documentation

    学习如何将工作表转换为图像并去除数据周围的空白区域,使用Aspose.Cells for C++。...); // Get the first worksheet Worksheet sheet = book . GetWorksheets...the white border around the image. sheet . GetPageSetup (). SetLeftMargin...

    docs.aspose.com/cells/zh/cpp/convert-worksheet-...
  2. 用C++向Excel插入背景图片|Documentation

    “如何用Aspose.Cells for C++向Excel插入背景图片。”...workbook ; // Get the first worksheet Worksheet sheet = workbook . GetWorksheets...Set the background image for the worksheet sheet . SetBackgroundImage...

    docs.aspose.com/cells/zh/cpp/insert-background-...
  3. Render Sequence of Pages using PageIndex and Pa...

    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....pages of your Excel file to images by using Aspose.Cells with...thousands of pages in your worksheet, but you want to render only...

    docs.aspose.com/cells/net/render-sequence-of-pa...
  4. Render Sequence of Pages using PageIndex and Pa...

    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....pages from your Excel file to images using Aspose.Cells for Python... thousands—pages in your worksheet but you want to render only...

    docs.aspose.com/cells/python-net/render-sequenc...
  5. Automatically refresh OLE object via Microsoft ...

    Learn how To auTomatically refresh OLE objects in Excel using Aspose.Cells for JavaScript via C++....will display the correct OLE image generated by Microsoft Excel...contains a placeholder OLE image. The OLE object is actually...

    docs.aspose.com/cells/javascript-cpp/automatica...
  6. Excel to PDF:The page content is not centered -...

    When I use the following code To convert, the Excel content is displayed on the left in the PDF, but I want it To be displayed in the center. How can I solve this problem? Actual effect: Image.png (15.9 KB) Expected r…...effect: image.png (15.9 KB) Expected results: image.png (22.8...= new Workbook(srcFile); Worksheet sheet = null; int count =...

    forum.aspose.com/t/excel-to-pdf-the-page-conten...
  7. Setting Headers and Footers|Documentation

    This article explains how To programmatically insert an Image in the header and footer of Excel Worksheets by setting the header and footer with script commands using the C# API or .NET Library....footers can also be added to worksheets. They can be used to display...add headers and footers to worksheets at runtime, but we recommend...

    docs.aspose.com/cells/net/setting-headers-and-f...
  8. How to Filter Data in Excel Table using C#

    This Topic shows how To filter data in Excel table using C# in WinForms .NET application without using MS Excel interop....Imaging Product Family Aspose.BarCode...Insert data to the first worksheet in the workbook Set AutoFilter...

    kb.aspose.com/cells/net/how-to-filter-data-in-e...
  9. Setting Headers and Footers with Node.js via C+...

    This article explains how To programmatically insert an Image in the header and footer of Excel Worksheets using Aspose.Cells for Node.js via C++....add headers and footers to worksheets as well. Headers and footers...add headers and footers to worksheets at runtime, but we recommend...

    docs.aspose.com/cells/nodejs-cpp/setting-header...
  10. 用C++管理评论和注释|Documentation

    使用Aspose.Cells for C++插入和管理评论或注释。...通过调用 Comments 集合的 Add 方法(封装在 Worksheet 对象中)向一个单元格添加评论。可以通过传递评论索引访问新的...Workbook workbook ; // Add a new worksheet to the workbook int32_t sheetIndex...

    docs.aspose.com/cells/zh/cpp/comments-and-notes/