Sort Score
Result 10 results
Languages All
Labels All
Results 1,891 - 1,900 of 27,203 for

excel worksheet

(1.76 sec)
  1. Chart to PDF with JavaScript via C++|Documentation

    Learn how to use Aspose.Cells for JavaScript 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....a new worksheet const sheetIndex = workbook . worksheets . add...add (); const worksheet = workbook . worksheets . get ( sheetIndex...

    docs.aspose.com/cells/javascript-cpp/chart-to-pdf/
  2. Create Access and Copy Named Ranges with Node.j...

    Learn how to create, access, and copy named ranges in Excel using Aspose.Cells for Node.js via C++....refer to data on the same worksheet; if you want to represent...represent a range on another worksheet, you may use a name. Named ranges...

    docs.aspose.com/cells/nodejs-cpp/create-access-...
  3. 使用C++更改形状的调整值|Documentation

    使用Aspose.Cells和C++修改Excel中的形状调整值。...在微软Excel用户界面中,调整显示为黄色菱形节点。例如: 圆角矩形有一个调整来改变拱形...workbook object from source excel file U16String inputFilePath...

    docs.aspose.com/cells/zh/cpp/change-adjustment-...
  4. Setting Print Options with JavaScript via C++|D...

    This article demonstrates how to programmatically set the Print Options of the Excel Worksheet Page Setup feature using the JavaScript API and C++ Library. You can set the Print Area, Print Titles, and Page Order....Contents [ Hide ] Microsoft Excel’s page setup settings provide...allow users to control how worksheet pages are printed. Setting...

    docs.aspose.com/cells/javascript-cpp/setting-pr...
  5. Adding HTML Rich Text inside the Cell with C++|...

    Learn how to add HTML Rich Text inside the Cell through the Aspose.Cells for C++ API....supports converting Microsoft Excel‑oriented HTML into XLS/XLSX...HTML generated by Microsoft Excel can be converted back to XLS/XLSX...

    docs.aspose.com/cells/cpp/adding-html-rich-text...
  6. Applying Subtotal and Changing Direction of Out...

    Learn how to apply subtotal and change the direction of outline summary rows below detail by using the Aspose.Cells for JavaScript via C++ API....subtotal to data using the Worksheet.cells.subtotal() method. It...following screenshot by using the Worksheet.outline.summaryRowBelow property...

    docs.aspose.com/cells/javascript-cpp/applying-s...
  7. Working with the ThreeDFormat of Shape or Chart...

    Learn how to manipulate the 3-D Format of shapes or charts using Aspose.Cells with C++....sample code loads the source Excel file and accesses the first...first shape in the first worksheet. It then sets the sub‑properties...

    docs.aspose.com/cells/cpp/working-with-the-thre...
  8. 通过Node.js通过C++插入Excel文件的图片和形状|Documentation

    使用Aspose.Cells for Node.js via C++管理Excel文件中的图片、OLE对象和形状。...js通过C++插入Excel文件的图片和形状 Contents [ Hide ] 有时你需要在工作表中插入...不用担心! Aspose.Cells 支持所有这些操作。 Excel中的形状主要分为以下几类: 图片 Ole对象 线条 矩形...

    docs.aspose.com/cells/zh/nodejs-cpp/insert-shapes/
  9. Tile Picture as a Texture inside the Shape with...

    Learn how to tile a small picture as a texture inside a shape using Aspose.Cells for JavaScript via C++....following sample code, its sample Excel file as well as the screenshot...style="color: red;">Please select an Excel file.</p>' ; return ; } const...

    docs.aspose.com/cells/javascript-cpp/tile-pictu...
  10. Aspose cells for java 解析包含大量带状行样式的Excel文件时,构造Wo...

    在加载一个带有大量“带状行样式”(banded rows)的Excel文件时,调用 Workbook 构造方法时触发 java.lang.OutOfMemoryError ,导致程序崩溃。具体位置为 Workbook wbk = new Workbook(formatFile.getLocalFile()); 。 JDK:17 aspose-cells:21.11 已试过26.4版本 该问题仍存在 JVM堆内存设置:-Xms32g…...cells for java 解析包含大量带状行样式的Excel文件时,构造Workbook对象抛出OOM异常 中文技术支持...在加载一个带有大量“带状行样式”(banded rows)的Excel文件时,调用 Workbook 构造方法时触发 java...

    forum.aspose.com/t/aspose-cells-for-java-excel-...