Sort Score
Result 10 results
Languages All
Labels All
Results 4,221 - 4,230 of 27,112 for

excel worksheet

(0.13 sec)
  1. 在数据透视表中添加计算字段|Documentation

    如何在使用Aspose.Cells for JavaScript通过C++时为数据透视表添加计算字段。... 如何在Excel中的数据透视表中添加计算字段 在Excel中的数据透视表中插入计算字段,请按照以下步骤进行:...使用Aspose.Cells for Java脚本通过C++向Excel文件添加计算字段。请查看以下示例代码。执行示例代码后,将在工作表中添加带有计算字段的透视表。...

    docs.aspose.com/cells/zh/javascript-cpp/add-cal...
  2. How to Fit Image to Cell Width in Aspose.Cells ...

    Hello, I’m trying to fit images to the width of a cell. Currently, I’m using the following code: C# foreach (Shape s in doc.GetChildNodes(NodeType.Shape, true)) { s.AspectRatioLocked = true; s.Width = 100; // This …...and 'sheet' is the target Worksheet var cell = sheet.Cells["A1"];...Insert Picture over Cells Using Excel How to Insert Picture in Cell...

    forum.aspose.com/t/how-to-fit-image-to-cell-wid...
  3. How to Control Workbook View with Node.js via C...

    Learn how to control the Workbook View through the Aspose.Cells for Node.js via C++ API....adjust the display of Excel worksheets, you must know how to...data to cells in the first worksheet. Hide horizontal and vertical...

    docs.aspose.com/cells/nodejs-cpp/how-to-control...
  4. 通过C++和Node.js更新ActiveX组合框控件|Documentation

    学习如何使用Aspose.Cells for Node.js via C++读取和写入ActiveX组合框控件的值。...请下载以下示例代码中使用的 示例 Excel 文件 。 更新ActiveX ComboBox控件 以下截图显示了样本代码对 样本excel文件 的...control"。 示例代码 以下样本代码更新了 样本excel文件 中存在的活动X组合框控件的值。 const path...

    docs.aspose.com/cells/zh/nodejs-cpp/update-acti...
  5. Access and Update the Portions of Rich Text of ...

    Learn how to Access and Update the Portions of Rich Text of Cell through the Aspose.Cells for JavaScript via C++ API....characters property using the source Excel file , which you can download...the provided link. The source Excel file contains rich text in cell...

    docs.aspose.com/cells/javascript-cpp/access-and...
  6. 在透视表中对透视字段进行分组|Documentation

    如何用Aspose.Cells for JavaScript通过C++对数据透视表中的字段进行分组。...[ Hide ] 可能的使用场景 Microsoft Excel允许你对数据透视表的字段进行分组。当有关某个字段的大量数...方法。 在数据透视表中对字段进行分组 以下示例代码加载 示例Excel文件 ,并使用 PivotTable.groupBy()...

    docs.aspose.com/cells/zh/javascript-cpp/group-p...
  7. Get Address, Cell Count, Offset, Entire Column,...

    Learn how to get address, cell count, offset, entire column, and entire row of a range using Aspose.Cells for C++....that facilitate working with Excel ranges easily. This article...wb ; // Access first worksheet Worksheet ws = wb . GetWorksheets...

    docs.aspose.com/cells/cpp/get-address-cell-coun...
  8. Filtering the kind of data while loading the wo...

    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....style="color: red;">Please select an Excel file.</p>' ; return ; } const...workbook object from uploaded Excel file using load options const...

    docs.aspose.com/cells/javascript-cpp/filtering-...
  9. Converting Chart to Image in SVG Format|Documen...

    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.... The code loads the source Excel file and then saves the first...chart found on the first worksheet to SVG. The following screenshot...

    docs.aspose.com/cells/java/converting-chart-to-...
  10. 在使用C++中的JavaScript进行Excel转HTML时,排除未使用的样式|Docume...

    学习如何在使用Aspose.Cells for JavaScript via C++将Excel转换为HTML时排除未使用的样式。...在使用C++中的JavaScript进行Excel转HTML时,排除未使用的样式 Contents [ Hide ] 可能的使用场景...可能的使用场景 Microsoft Excel文件可能包含许多未使用的样式。当将Excel文件导出为HTML格式时,这些未使...

    docs.aspose.com/cells/zh/javascript-cpp/exclude...