Sort Score
Result 10 results
Languages All
Labels All
Results 2,301 - 2,310 of 30,307 for

worksheet

(0.27 sec)
  1. Set preset WordArt style to the text of the sha...

    Learn how to set a preset WordArt style to the text of a shape using Aspose.Cells for JavaScript via C++....first worksheet const worksheet = workbook . worksheets . get...some text const textbox = worksheet . shapes . addTextBox ( 0...

    docs.aspose.com/cells/javascript-cpp/set-preset...
  2. Add Pivot Connection with JavaScript via C++|Do...

    Learn how to add a pivot connection using Aspose.Cells for JavaScript via C++....arrayBuffer )); const worksheet = workbook . worksheets . get ( 0 ); const...const pivotTable = worksheet . pivotTables . get ( 0 ); const...

    docs.aspose.com/cells/javascript-cpp/add-pivot-...
  3. Create and Manage Chart|Documentation

    Create a chart in CSharp for Excel and ODS files....ChartArea, the chart area in the worksheet. ChartDataTable, a chart data...Add any type of chart to a worksheet using the Charts collection...

    docs.aspose.com/cells/net/creating-charts/
  4. Verify that Cell Value Satisfies Data Validatio...

    Learn how to verify cell values against data validation rules using the Aspose.Cells for C++ API....Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...between 10 and 20 Cell cell = worksheet . GetCells (). Get ( u "C1"...

    docs.aspose.com/cells/cpp/verify-that-cell-valu...
  5. 用JavaScript通过C++刷新关联形状的数值|Documentation

    学习如何使用Aspose.Cells for JavaScript via C++刷新Excel中关联形状的值。...first worksheet const worksheet = workbook . worksheets . get...value of cell B4 const cell = worksheet . cells . get ( "B4" ); cell...

    docs.aspose.com/cells/zh/javascript-cpp/refresh...
  6. 边框设置|Documentation

    如何在JavaScript via C++中使用Aspose.Cells库设置单元格的边框样式和颜色。通过调整边框的宽度、样式和颜色,可以更好地控制单元格的外观和表现。...Workbook 类包含一个 worksheets 集合,可访问Excel文件中的每个工作表。工作表由 Worksheet 类表示。 Worksheet...{ Workbook , SaveFormat , Worksheet , Cell } = AsposeCells ; AsposeCells...

    docs.aspose.com/cells/zh/javascript-cpp/cells-b...
  7. 通过Node.js与C++指定数据范围和切片群组位置,复制Sparkline。|Documen...

    学习如何使用Aspose.Cells for Node.js via C++通过指定数据范围和切片群组位置在Excel中复制Sparkline。...)); // Access first worksheet const worksheet = workbook . getWorksheets...sparkline group const group = worksheet . getSparklineGroups (). get...

    docs.aspose.com/cells/zh/nodejs-cpp/copy-sparkl...
  8. Insert Timeline with C++|Documentation

    Learn how to create a timeline with Aspose.Cells using C++....create a timeline using the Worksheet.Timelines.Add() method. Create...// Access second worksheet (index 1) Worksheet sheet = wb . GetWorksheets...

    docs.aspose.com/cells/cpp/create-timeline/
  9. 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...
  10. Managing Ranges with Node.js via C++|Documentation

    Learn how to manage ranges in Excel using Aspose.Cells for Node.js via C++. Create ranges, set values, styles, and perform various operations....access to each worksheet in an Excel file. A worksheet is represented...represented by the Worksheet class. The Worksheet class provides a Cells...

    docs.aspose.com/cells/nodejs-cpp/managing-ranges/