Sort Score
Result 10 results
Languages All
Labels All
Results 1,911 - 1,920 of 20,611 for

worksheet

(0.1 sec)
  1. Extract Text from the Gear Type SmartArt Shape ...

    Learn how to extract text from the Gear Type SmartArt Shape using Aspose.Cells for Node.js via C++....); // Access first worksheet. const worksheet = workbook . getWorksheets...first shape. const shape = worksheet . getShapes (). get ( 0 );...

    docs.aspose.com/cells/nodejs-cpp/extract-text-f...
  2. Apply Advanced Filter of Microsoft Excel to Dis...

    Learn how to apply advanced filter of microsoft excel to display records meeting complex criteria by using the Aspose.Cells for C++ API....apply Advanced Filter on worksheet data to display records that...xlsx" ); // Access first worksheet Worksheet ws = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/apply-advanced-filter...
  3. 使用 Node.js 通过 C++ 指定要在 Excel 文件中存储的有效数字|Documen...

    学习如何使用 Aspose.Cells for Node.js via C++ 指定要在Excel文件中存储的有效数字。...(); // Access first worksheet const worksheet = workbook . getWorksheets...Access cell A1 const c = worksheet . getCells (). get ( "A1"...

    docs.aspose.com/cells/zh/nodejs-cpp/specifying-...
  4. Labels in charts are positioned incorrectly whe...

    Hi Aspose team, I’m having an issue where the data labels in a chart are way off in position when compared to it excel equivalent. Code used to generate the output: using (Workbook TemplateWB = new Workbook(dir + @"\T…...xlsm")) { Worksheet sourceWS = TemplateWB.Worksheets["DetailCharts"];...captured when converting the worksheet to image sourceWS.PageSetup...

    forum.aspose.com/t/labels-in-charts-are-positio...
  5. 在 xlsx4j 中在电子表格中添加评论|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....Shapes 集合的 addComments 方法(封装在 Worksheet 对象中)向单元格添加注释。可以通过传递注释索引访问新的...new worksheet to the Workbook object Worksheet worksheet = workbook...

    docs.aspose.com/cells/zh/java/add-comments-in-s...
  6. 用 Node.js via C++ 设置图表数据标签的形状类型|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 设置图表中数据标签的形状类型。此指南将介绍不同的形状类型以及如何选择合适的形状以增强展示效果和实用性。...); // Access first worksheet const worksheet = workbook . getWorksheets...first chart const chart = worksheet . getCharts (). get ( 0 );...

    docs.aspose.com/cells/zh/nodejs-cpp/set-the-sha...
  7. Aspose.Cells 8.6.1中的公共API更改|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....Remove方法的另一个重载,现在可以接受Worksheet的实例以删除与指定工作表关联的所有VBA模块。 以下是简单的使用场景。...specific Worksheet modules . Remove ( workbook . Worksheets [ 0 ]);...

    docs.aspose.com/cells/zh/net/public-api-changes...
  8. 用C++渲染切片器|Documentation

    使用Aspose.Cells和C++渲染Excel文件中的切片器。...xlsx" ); // Access first worksheet. Worksheet ws = workbook . GetWorksheets...render object and render worksheet to image. SheetRender sr (...

    docs.aspose.com/cells/zh/cpp/rendering-slicer/
  9. Create Access and Copy Named Ranges|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....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/net/create-access-and-cop...
  10. Public API Changes in Aspose.Cells 8.8.1|Docume...

    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....Settings loads only Workbook & Worksheet settings. Shape loads only...//Access first worksheet containing a chart var worksheet = workbook...

    docs.aspose.com/cells/net/public-api-changes-in...