Sort Score
Result 10 results
Languages All
Labels All
Results 1,901 - 1,910 of 20,608 for

worksheet

(0.11 sec)
  1. Specifying Significant Digits to be Stored in E...

    Learn how to specify significant digits to be stored in an Excel file using Aspose.Cells for Node.js via C++....(); // Access first worksheet const worksheet = workbook . getWorksheets...Access cell A1 const c = worksheet . getCells (). get ( "A1"...

    docs.aspose.com/cells/nodejs-cpp/specifying-sig...
  2. 处理形状或图表的发光效果的工作流程|Documentation

    学习如何用 Aspose.Cells for Node.js via C++ 在 Node.js 中操作形状或图表的发光效果...); // Access first worksheet const worksheet = workbook . getWorksheets...first shape const shape = worksheet . getShapes (). get ( 0 );...

    docs.aspose.com/cells/zh/nodejs-cpp/working-wit...
  3. 使用C++进行汇总功能|Documentation

    学习如何使用Aspose.Cells结合C++对数据透视表的字段应用汇总函数。...the first worksheet of the workbook Worksheet worksheet = workbook...table of the worksheet PivotTable pivotTable = worksheet . GetPivotTables...

    docs.aspose.com/cells/zh/cpp/consolidation-func...
  4. Working with the Shadow Effect of Shape or Char...

    Learn how to manipulate the shadow effect of shapes or charts using Aspose.Cells for C++....first shape in the first worksheet and sets the sub-properties...inputFilePath ); // Access first worksheet Worksheet ws = wb . GetWorksheets...

    docs.aspose.com/cells/cpp/working-with-the-shad...
  5. 通过 C++ 使用 Node.js 获取形状的连接点|Documentation

    学习如何使用Aspose.Cells for Node.js via C++在Excel中检索形状的连接点。...Get the first worksheet in the book. const worksheet = newWorkbook...collection. const textboxIndex = worksheet . getTextBoxes (). add ( 2...

    docs.aspose.com/cells/zh/nodejs-cpp/get-connect...
  6. 通过Node.js使用C++处理Shape或Chart的反射效果|Documentation

    学习如何使用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/zh/nodejs-cpp/working-wit...
  7. 用 C++ 获取数据透视表的刷新日期和刷新人信息|Documentation

    学习如何使用 Aspose.Cells 和 C++ 获取工作簿中的刷新日期和刷新人信息。...xlsx" ); Worksheet worksheet = workbook . GetWorksheets...); PivotTable pivotTable = worksheet . GetPivotTables (). Get (...

    docs.aspose.com/cells/zh/cpp/get-pivot-table-re...
  8. 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...
  9. Aspose.Cells 8.6.2 中的公共 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.... Worksheets [ sheetIndex ]. Name + "...first worksheet Worksheet worksheet = workbook . Worksheets [ 0...

    docs.aspose.com/cells/zh/net/public-api-changes...
  10. Load Specific Worksheets in a Workbook with Nod...

    Learn how to load specific Worksheets in a workbook using Aspose.Cells for Node.js via C++. Improve performance and reduce memory consumption....Load Specific Worksheets in a Workbook with Node.js via C++ Contents...workbook made up of many worksheets. const path = require ( "path"...

    docs.aspose.com/cells/nodejs-cpp/load-specific-...