Sort Score
Result 10 results
Languages All
Labels All
Results 931 - 940 of 1,875 for

worksheet to image

(0.74 sec)
  1. 将工作表转换为图像——用JavaScript via C++去除数据周围的空白区域|Docum...

    学习如何使用Aspose.Cells for JavaScript通过C++将Microsoft Excel工作表转换为图像,并去除数据周围的空白区域。...body > < h1 > Convert Worksheet to EMF Image </ h1 > < input type...the first worksheet const sheet = workbook . worksheets . get (...

    docs.aspose.com/cells/zh/javascript-cpp/convert...
  2. How to set RoundedRectangle corner radius? - Fr...

    @amjad.sahi, @Professionalize.Discourse, @John.He, @simon.zhao Image.png (44.1 KB) Shape commentShape = Worksheet.Shapes.AddAuToShape(AuToShapeType.RoundedRectangle, 0, 0, 0, 0, 0, 0); commentShape.Placement = P…...zhao image.png (44.1 KB) Shape commentShape = worksheet.Shapes...shape Shape commentShape = worksheet.Shapes.AddAutoShape(AutoShapeType...

    forum.aspose.com/t/how-to-set-roundedrectangle-...
  3. Managing OLE Objects with C++|Documentation

    Learn how To add, extract, and manipulate OLE objects in Worksheets using Aspose.Cells with C++....Inserting OLE Objects into the Worksheet Aspose.Cells supports adding...manipulating OLE objects in worksheets. For this reason, Aspose...

    docs.aspose.com/cells/cpp/managing-ole-objects/
  4. Technical Articles|Aspose.Slides Documentation

    Technical articles for Aspose.Slides for Java: OLE, chart, HTML export, threading, and more—best practices for the PPT, PPTX and ODP formats....Add-In Working Solution for Worksheet Resizing Create Excel Charts...a Presentation as an Image Extract Images from Presentation Shapes...

    docs.aspose.com/slides/java/technical-articles/
  5. 使用Node.js通过C++基于单元格引用插入图片|Documentation

    学习如何基于单元格引用使用Aspose.Cells for Node.js via C++在工作表中插入图片。显示单元格中的数据为图片。...Workbook (); // Get the first worksheet's cells collection const cells...Get the conditional icon's image data const imagedata = AsposeCells...

    docs.aspose.com/cells/zh/nodejs-cpp/insert-a-pi...
  6. Convert Excel file to PDF format compatible wit...

    Learn how To convert Excel files To PDF/A compliant PDF files using Aspose.Cells for JavaScript via C++....Access first worksheet const ws = wb . worksheets . get ( 0 );...a string in output PDF and image with JavaScript via C++ Save...

    docs.aspose.com/cells/javascript-cpp/convert-ex...
  7. Using GlobalizationSettings Class for Custom Su...

    Learn how To use the GlobalizationSettings class in Aspose.Cells for C++ To cusTomize subTotal labels and modify the “Other” label in pie charts....pie chart while rendering a worksheet or chart. Introduction to...adding the subtotals to the worksheet. #include <iostream> #include...

    docs.aspose.com/cells/cpp/using-globalizationse...
  8. Convert JSON Format to PowerPoint via .NET | pr...

    Parse JSON To PowerPoint in C# without using Microsoft PowerPoint...PowerPoint elements, such as text, images, charts, and animations, ensuring...file Import JSON file to worksheet using JsonUtility class and...

    products.aspose.com/total/net/conversion/json-t...
  9. Manage OLE in Presentations Using C++|Aspose.Sl...

    Optimize OLE object management in PowerPoint and OpenDocument files with Aspose.Slides for C++. Embed, update, and export OLE content seamlessly.... Access the desired Worksheet and amend the data. Save the...Modify the workbook data. auto worksheet = workbook . GetWorksheets...

    docs.aspose.com/slides/cpp/manage-ole/
  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/