Sort Score
Result 10 results
Languages All
Labels All
Results 1,431 - 1,440 of 30,152 for

worksheet

(0.06 sec)
  1. Display Bullets by setting Cell Value using HTM...

    Add bullets to Excel Cells using HTML and the easy to use Aspose.Cells for C++ API....// Access first worksheet Worksheet worksheet = workbook . GetWorksheets...Access cell A1 Cell cell = worksheet . GetCells (). Get ( "A1"...

    docs.aspose.com/cells/cpp/display-bullets-by-se...
  2. 查找查询表和列表对象,它们与外部数据连接相关,使用Node.js与C++|Documentation

    学习如何使用Aspose.Cells for Node.js via C++查找查询表和列表对象,它们与外部数据连接相关。...externalConnection ) { // Iterate all the worksheets for ( let j = 0 ; j < workbook...getCount (); j ++ ) { const worksheet = workbook . getWorksheets...

    docs.aspose.com/cells/zh/nodejs-cpp/find-query-...
  3. 添加带有单元格文本的条件图标集,使用JavaScript通过C++|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++在单元格文本旁添加条件图标。通过图标增强数据的含义。...{ Workbook , SaveFormat , Worksheet , Cell , Utils } = AsposeCells...// Get the first worksheet (default worksheet) in the workbook...

    docs.aspose.com/cells/zh/javascript-cpp/add-con...
  4. 通过 Node.js 使用 C++ 计算公式|Documentation

    本文介绍如何使用 Aspose.Cells 库,通过 C++ 在 Node.js 中计算 Microsoft Excel 公式。通过加载现有Excel文件或创建新文件,利用 Aspose.Cells 提供的方法计算公式并获取结果。最后保存修改后的Excel文件到磁盘。...Workbook (); // Adding a new worksheet to the Excel object const...added worksheet by passing its sheet index const worksheet = workbook...

    docs.aspose.com/cells/zh/nodejs-cpp/calculate-f...
  5. Number Settings|Documentation

    Aspose.Cells is a JavaScript library for working with spreadsheet files that supports many different cell number settings. This article introduces how to use the Aspose.Cells library to manage the number settings of cells for adjusting number formats in spreadsheets....Workbook module contains a Worksheets collection that allows access...access to each worksheet in the Excel file. A worksheet is represented...

    docs.aspose.com/cells/javascript-cpp/cells-numb...
  6. Grouping, Ungrouping Rows and Columns|Documenta...

    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....headings for sections in a worksheet, or use the symbols to view...Workbook class contains a Worksheets collection that allows access...

    docs.aspose.com/cells/go-cpp/grouping-ungroupin...
  7. Detect Merged Cells using Aspose.Cells|Document...

    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....identify merged cell areas in a worksheet. You can unmerge them too...ArrayList < CellArea > al = worksheet . getCells (). getMergedCells...

    docs.aspose.com/cells/java/detect-merged-cells-...
  8. Removing Slicer with Node.js via C++|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....remove the slicer from the worksheet. Removing Slicer The following...); // Access first worksheet. const worksheet = workbook . getWorksheets...

    docs.aspose.com/cells/nodejs-cpp/removing-slicer/
  9. 用C++更改切片器属性|Documentation

    使用Aspose.Cells和C++更改单个Excel文件中切片器的属性。...// Access first worksheet. Worksheet worksheet = workbook . GetWorksheets...inside the worksheet. ListObject table = worksheet . GetListObjects...

    docs.aspose.com/cells/zh/cpp/change-slicer-prop...
  10. How to Print Excel as Fitted Pages Wide and Tal...

    This article shows you code explaining how to set FitToPagesWide and FitToPagesTall using Aspose.Cells for Node.js via C++....FitToPagesTall in a specified worksheet, first load the sample file...PageSetup object for the desired worksheet. Here is an example in Node...

    docs.aspose.com/cells/nodejs-cpp/how-to-print-e...