Sort Score
Result 10 results
Languages All
Labels All
Results 1,841 - 1,850 of 21,314 for

worksheet

(0.09 sec)
  1. Public API Changes in Aspose.Cells 16.11.0|Docu...

    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....already available in the worksheet. The CustomSettings class...of adding Subtotal to the worksheet. C# // Loads an existing spreadsheet...

    docs.aspose.com/cells/net/public-api-changes-in...
  2. Protect and Unprotect with Node.js via C++|Docu...

    This snippet introduces how to encrypt and decrypt Excel files, protect and unprotect the data in Excel files using Node.js with C++ addons....users from viewing hidden worksheets, adding, moving, deleting...deleting, or hiding worksheets, and renaming worksheets, you can protect...

    docs.aspose.com/cells/nodejs-cpp/protect-and-un...
  3. Public API Changes in Aspose.Cells 16.11.0|Docu...

    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....already available in the worksheet. The CustomSettings class...of adding Subtotal to the worksheet. Java //Loads an existing...

    docs.aspose.com/cells/java/public-api-changes-i...
  4. 用C++替换SmartArt中的文本|Documentation

    了解如何使用Aspose.Cells for C++通过设置Shape.Text属性来更新Smart Art中的文本。...inputFilePath ); WorksheetCollection worksheets = workbook . GetWorksheets...i < worksheets . GetCount (); ++ i ) { Worksheet worksheet = worksheets...

    docs.aspose.com/cells/zh/cpp/replace-text-in-sm...
  5. 使用 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...
  6. Convert Text to Columns using Aspose.Cells with...

    Learn how to convert text to columns in Excel files using Aspose.Cells for C++....provides this feature via Worksheet.Cells.TextToColumns() method...code explains the usage of Worksheet.Cells.TextToColumns() method...

    docs.aspose.com/cells/cpp/convert-text-to-colum...
  7. How to Adjust Column Width in Excel using Java

    This brief tutorial will guide you on how to adjust column width in Excel using Java. You will set width of column in excel using java using a few lines of code in all the operating systems supporting Java like Windows, macOS or Linux....desired worksheet reference from the collection of worksheets in the...Cells collection from the worksheet to set the individual column...

    kb.aspose.com/cells/java/how-to-adjust-column-w...
  8. Accessing Table from Cell and Adding Values ins...

    Access a table from a cell and add values using Aspose.Cells with C++....// Access first worksheet Worksheet worksheet = workbook . GetWorksheets...inside the table Cell cell = worksheet . GetCells (). Get ( u "D5"...

    docs.aspose.com/cells/cpp/accessing-table-from-...
  9. 使用C++对Excel文件的自动填充范围|Documentation

    学习如何使用Aspose.Cells与C++对Excel文件中的指定范围执行自动填充操作。...xlsx" ); // Get Cells Worksheet worksheet = workbook . GetWorksheets...Get ( 0 ); Cells cells = worksheet . GetCells (); // Create Range...

    docs.aspose.com/cells/zh/cpp/autofill-ranges/
  10. 用Node.js通过C++创建成交量 开盘 最高 最低 收盘(VOHLC)股票图表|Docum...

    学习如何使用Aspose.Cells for Node.js via C++创建成交量 开盘 最高 最低 收盘股票图表。我们的指南将演示如何在图表中绘制股票市场数据,包括成交量、开盘价、最高价、最低价和收盘价,以便进行更好的分析和可视化。...Access the first worksheet. const worksheet = workbook . getWorksheets...High-Low-Close-Stock Chart const pieIdx = worksheet . getCharts (). add ( AsposeCells...

    docs.aspose.com/cells/zh/nodejs-cpp/create-volu...