Sort Score
Result 10 results
Languages All
Labels All
Results 1,731 - 1,740 of 20,986 for

worksheet

(0.22 sec)
  1. 使用 C++ 自动调整合并单元格的行高|Documentation

    了解如何使用 Aspose.Cells for C++ 自动调整 Excel 中合并单元格的行高。...workbook ; // Get the first worksheet Worksheet sheet1 = workbook . GetWorksheets...( options ); // Add a new worksheet int index = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/autofit-rows-for-m...
  2. 用C++更改数据透视表的布局|Documentation

    学习如何使用Aspose.Cells for C++以紧凑、轮廓和表格式在数据透视表中更改布局。...// Access first worksheet Worksheet worksheet = workbook . GetWorksheets...table PivotTable pivotTable = worksheet . GetPivotTables (). Get (...

    docs.aspose.com/cells/zh/cpp/changing-the-layou...
  3. 用C++合并或取消合并多个工作表成为一个工作表|Documentation

    学习如何用C++和Aspose.Cells将多个工作表合并为一个工作表。...first worksheet of the destination workbook Worksheet destSheet...; //Iterate through each worksheet in the source workbook for...

    docs.aspose.com/cells/zh/cpp/combine-multiple-w...
  4. How to create TreeMap chart with Node.js via C+...

    Learn how to create a Treemap chart in Aspose.Cells for Node.js via C++. Our guide will help you understand the various properties and formatting options available for Treemap charts, including colors, labels, and data representation....Access the first worksheet const worksheet = workbook . getWorksheets...Treemap chart const pieIdx = worksheet . getCharts (). add ( AsposeCells...

    docs.aspose.com/cells/nodejs-cpp/creating-treem...
  5. 用 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...
  6. 使用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-...
  7. 用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...
  8. Data in Non-Primitive Shape with C++|Documentation

    Access and manipulate data in non-primitive shapes using Aspose.Cells with C++....Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...defined shape Shape shape = worksheet . GetShapes (). Get ( 0 );...

    docs.aspose.com/cells/cpp/data-in-non-primitive...
  9. 通过Node.js和C++设置工作表标签颜色|Documentation

    本文展示了用于通过Node.js在C++中程序化设置Excel工作表标签颜色的示例代码。...Get the first worksheet in the book const worksheet = workbook ...0 ); // Set the tab color worksheet . setTabColor ( AsposeCells...

    docs.aspose.com/cells/zh/nodejs-cpp/set-workshe...
  10. How to Adjust Row Height in Excel using C#

    This quick tutorial will guide you how to adjust row height in Excel using C#. You can change Excel row height using C# using a few lines of code in Windows, macOS or Linux....workbook containing multiple worksheets to test the feature Get a...reference of the desired worksheet to adjust the rows’ height...

    kb.aspose.com/cells/net/how-to-adjust-row-heigh...