Sort Score
Result 10 results
Languages All
Labels All
Results 2,181 - 2,190 of 26,169 for

worksheet

(0.16 sec)
  1. 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...
  2. Set the Shape Type of Data Labels of Chart with...

    Learn how to set the shape type of data labels in charts using Aspose.Cells for JavaScript via C++. This guide will explain the different shape types available and show you how to choose the appropriate shape for your data labels to enhance presentation and usability....{ Workbook , SaveFormat , Worksheet , Cell , Utils } = AsposeCells...the first worksheet in the Excel file const worksheet = workbook...

    docs.aspose.com/cells/javascript-cpp/set-the-sh...
  3. 如何通过C++在Node.js中创建Sunburst图表|Documentation

    学习如何在Aspose.Cells for Node.js via C++中创建太阳放射图,此图以圆形展示数据。我们的指南将帮助你设置图表的各种属性和格式,包括数据标签、图例、颜色等。...Access the first worksheet const worksheet = workbook . getWorksheets...Treemap chart const pieIdx = worksheet . getCharts (). add ( AsposeCells...

    docs.aspose.com/cells/zh/nodejs-cpp/creating-su...
  4. 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...
  5. 使用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-...
  6. 用 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...
  7. 使用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...
  8. Converting to MHTML Files in PHP|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....MHTML Files To convert a worksheet to an MHTML file using Aspose...in PHP, simply invoke the worksheet_to_mhtml() method of the Converter...

    docs.aspose.com/cells/java/converting-to-mhtml-...
  9. 用C++在范围内搜索和替换数据|Documentation

    本文演示如何用C++代码在Excel中搜索和替换范围内的数据。...// Get the first worksheet Worksheet worksheet = workbook . GetWorksheets...search within range cell = worksheet . GetCells (). Find ( u "search"...

    docs.aspose.com/cells/zh/cpp/search-and-replace...
  10. Specifying Sort Warning While Sorting Data with...

    Learn how to specify sort warning while sorting data by using the Aspose.Cells for C++ API....// Access first worksheet Worksheet worksheet = workbook . GetWorksheets...Perform sort sorter . Sort ( worksheet . GetCells (), ca ); // Save...

    docs.aspose.com/cells/cpp/specifying-sort-warni...