Sort Score
Result 10 results
Languages All
Labels All
Results 2,151 - 2,160 of 21,315 for

worksheet

(0.09 sec)
  1. Render Sequence of Pages using PageIndex and Pa...

    Render a sequence of pages from an Excel file to images using Aspose.Cells with C++....thousands of pages in your worksheet but you want to render some...eIndexPageCount.xlsx" ); Worksheet ws = wb . GetWorksheets ()...

    docs.aspose.com/cells/cpp/render-sequence-of-pa...
  2. Public API Changes in Aspose.Cells 8.5.1|Docume...

    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....WORKSHEET TableDataSourceType.XML Added...Workbook ( "D:/book1.xlsx" ); Worksheet sheet = book . getWorksheets...

    docs.aspose.com/cells/java/public-api-changes-i...
  3. Convert the Smart Art to Group Shape with C++|D...

    Learn how to convert Smart Art Shape into Group Shape using Aspose.Cells for C++ and access individual parts of the group shape....inputFilePath ); // Access first worksheet Worksheet ws = wb . GetWorksheets...

    docs.aspose.com/cells/cpp/convert-the-smart-art...
  4. How to Generate Excel File in C#

    This topic exhibits how to generate Excel file in C# in a console .NET application without using MS Excel interop....into the cells of the first Worksheet Save the Excel XLSX file with...relevant cells with data in the worksheet. Sample Code to Generate Excel...

    kb.aspose.com/cells/net/how-to-generate-excel-f...
  5. 检测工作表中的合并单元格|Documentation

    Aspose.Cells 是一个用于处理电子表格文件的 C++ 库。它支持检测工作表中的合并单元格,方便用户识别和操作这些单元格。本文将介绍如何使用 Aspose.Cells 库检测合并单元格。...xlsx" ); Worksheet wkSheet = workbook . GetWorksheets...outputPath ); std :: cout << "Worksheet processing completed successfully...

    docs.aspose.com/cells/zh/cpp/detect-merged-cell...
  6. Convert Text to Columns using Aspose.Cells for ...

    Learn how to convert text to columns in Excel using Aspose.Cells for Node.js via C++....in column A of the first worksheet. The first and last name is...Workbook (); // Access first worksheet. const ws = wb . getWorksheets...

    docs.aspose.com/cells/nodejs-cpp/convert-text-t...
  7. 用C++设置工作表中的评论或形状的边距|Documentation

    学习如何使用Aspose.Cells在C++中设置工作表内评论或形状的边距。...xlsx" ); // Access first worksheet Worksheet ws = workbook . GetWorksheets...through each shape in the worksheet for ( int32_t i = 0 ; i <...

    docs.aspose.com/cells/zh/cpp/set-margins-of-com...
  8. 通过数据透视表的 PivotField 的显示名称获取单元格对象(C++)|Documenta...

    学习如何通过数据透视字段的显示名称检索单元格对象并应用格式,使用 Aspose.Cells for C++。...xlsx" ); Worksheet worksheet = workbook . GetWorksheets...); PivotTable pivotTable = worksheet . GetPivotTables (). Get (...

    docs.aspose.com/cells/zh/cpp/get-the-cell-objec...
  9. Page Setup Features|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....Hyperlinks in Range Find if the Worksheet is Dialog Sheet...

    docs.aspose.com/cells/python-java/page-setup-fe...
  10. Checkbox on Excel - Free Support Forum - aspose...

    Hello, I need to manage check box on excel cells thanks to the new feature provide per Excel. image.png (7.4 KB) Which permit to have checkbox like this: image.png (491 Bytes) We are developing a web application and…...first worksheet in the Excel file Worksheet worksheet = workbook...workbook.Worksheets[0]; // Insert checkbox to the cell A5 Aspose...

    forum.aspose.com/t/checkbox-on-excel/312207