Sort Score
Result 10 results
Languages All
Labels All
Results 2,141 - 2,150 of 27,179 for

worksheet

(0.18 sec)
  1. Create High-Low-Close (HLC) Stock Chart with No...

    Learn how to create a high-low-close stock chart using Aspose.Cells for Node.js via C++. Our step-by-step guide will demonstrate how to plot stock market data, including the high, low, and close prices, onto a chart for better analysis and visualization....Access the first worksheet. const worksheet = workbook . getWorksheets...High-Low-Close-Stock Chart const pieIdx = worksheet . getCharts (). add ( AsposeCells...

    docs.aspose.com/cells/nodejs-cpp/create-high-lo...
  2. Manage Cells Html String with C++|Documentation

    Learn how to Manage Cells Html String through the Aspose.Cells for C++ API....specific cell in the first worksheet. Set an HTML string to the...reference of the newly added worksheet Worksheet ws = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/manage-cells-html-str...
  3. 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++....first shape in the first worksheet. It then sets the sub‑properties...inputFilePath ); // Access first worksheet Worksheet ws = wb . GetWorksheets...

    docs.aspose.com/cells/cpp/working-with-the-thre...
  4. A large row ID value truncated when row column ...

    Hi, I’ve enabled setPrintHeadings on a Worksheet prior to converting it to PDF and I noticed that row IDs that are greater than 999 (i.e. 4 digits) are truncated in the PDF. (see screenshot) Is there a way to set the …...enabled setPrintHeadings on a worksheet prior to converting it to...Access the first worksheet Worksheet worksheet = workbook.getWorksheets()...

    forum.aspose.com/t/a-large-row-id-value-truncat...
  5. 使用 Node.js via C++ 为图表点添加富文本自定义数据标签|Documentation

    学习如何在 Aspose.Cells for Node.js via C++ 中为图表点添加富文本自定义数据标签。我们的指南将向您展示如何用不同字体、颜色和对齐方式格式化标签,以增强图表的外观和可读性。...)); // Access first worksheet const worksheet = workbook . getWorksheets...inside the sheet const chart = worksheet . getCharts (). get ( 0 );...

    docs.aspose.com/cells/zh/nodejs-cpp/rich-text-c...
  6. Create a TextBox in which each line has a diffe...

    Learn how to create a TextBox with different horizontal alignment for each line using Aspose.Cells with C++....// Access the first worksheet Worksheet ws = wb . GetWorksheets...text in a textbox inside the Worksheet with C++ Analyzing your prompt...

    docs.aspose.com/cells/cpp/create-textbox-in-whi...
  7. Read Axis Labels after Calculating the Chart wi...

    Learn how to read axis labels in Aspose.Cells for Node.js via C++ after calculating the chart. Our guide will show you how to access and retrieve axis labels, including their formatting and positioning....of the chart in the first worksheet. It then prints the values...Access the first worksheet const worksheet = workbook . getWorksheets...

    docs.aspose.com/cells/nodejs-cpp/read-axis-labe...
  8. 使用C++将打印区域范围导出为HTML|Documentation

    学习如何使用编号Aspose.Cells for C++将打印区域范围导出到HTML。...Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...); // Set the print area worksheet . GetPageSetup (). SetPrintArea...

    docs.aspose.com/cells/zh/cpp/export-print-area-...
  9. 用 Node.js 通过 C++ 将工作表渲染为图形上下文|Documentation

    学习如何用 Aspose.Cells for Node.js via C++ 将工作表渲染为图形上下文,包括渲染到图像文件、屏幕和打印机。...); // Access first worksheet const worksheet = workbook . getWorksheets...setOnePagePerSheet ( true ); // Render worksheet to image const sheetRender...

    docs.aspose.com/cells/zh/nodejs-cpp/render-work...
  10. 使用Node.js通过C++添加数据透视连接|Documentation

    学习如何使用Aspose.Cells for Node.js via C++添加数据透视连接。...); // Access first worksheet. const worksheet = workbook . getWorksheets...collection. const pivotTable = worksheet . getPivotTables (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/add-pivot-c...