Sort Score
Result 10 results
Languages All
Labels All
Results 1,351 - 1,360 of 30,168 for

worksheet

(0.09 sec)
  1. Setting Print Options with JavaScript via C++|D...

    This article demonstrates how to programmatically set the Print Options of the Excel Worksheet Page Setup feature using the JavaScript API and C++ Library. You can set the Print Area, Print Titles, and Page Order....allow users to control how worksheet pages are printed. Setting...specific print area on a worksheet. Print titles. Print gridlines...

    docs.aspose.com/cells/javascript-cpp/setting-pr...
  2. Detect Merged Cells in xlsx4j|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....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-...
  3. Creating Subtotals|Documentation

    Learn how to create subtotals for any repeating values in a spreadsheet by using the Aspose.Cells for Node.js via C++ API....simple data list in the first worksheet of the workbook (as shown...Workbook class contains a Worksheets collection that allows access...

    docs.aspose.com/cells/nodejs-cpp/creating-subto...
  4. 用JavaScript通过C++设置主轴和副轴|Documentation

    学习如何理解和使用Aspose.Cells for JavaScript通过C++中的主轴和副轴。我们的指南将帮助您理解主轴与副轴的区别,以及如何有效配置和使用它们。...first worksheet. const worksheet = workbook . worksheets . get...sample values used in a chart worksheet . cells . get ( "A1" ). value...

    docs.aspose.com/cells/zh/javascript-cpp/primary...
  5. Generate Conditional Formatting DataBars Images...

    Aspose.Cells is a JavaScript library for working with spreadsheet files. It supports the generation of conditionally formatted data bars and images, allowing users to customize the display of the spreadsheet based on the value of the cells. This article introduces how to use the Aspose.Cells library to generate conditionally formatted data bars and images....{ Workbook , SaveFormat , Worksheet , Cell , Utils } = AsposeCells...first worksheet const worksheet = workbook . worksheets . get...

    docs.aspose.com/cells/javascript-cpp/generate-c...
  6. Evaluation Version Limitations|Documentation

    Aspose.Cells for .NET provides different plans for purchase, or offers a free trial and a 30‑day temporary license for evaluation using licensing and subscription policies in C#....program and adds an extra worksheet with an evaluation watermark...Limitation: Worksheet with Evaluation Watermark This worksheet will...

    docs.aspose.com/cells/net/evaluation-version-li...
  7. Inconsistent Sheet Name Behavior When Reading C...

    We’ve observed inconsistent behavior when reading CSV files using Aspose.Cells: When creating a Workbook object using a file path, the resulting Worksheet name matches the CSV file name. However, when creating a Wo…...file path, the resulting worksheet name matches the CSV file...using an InputStream, the worksheet name defaults to “Sheet1”...

    forum.aspose.com/t/inconsistent-sheet-name-beha...
  8. Convert Excel to Python Data|Documentation

    Convert Excel to List by using Aspose.Cells for Python via .NET API....you can convert Workbook, Worksheet, Range, Row, Column and other...sample file . Traverse all worksheets and convert the workbook...

    docs.aspose.com/cells/python-net/convert-excel-...
  9. 插入和删除Excel文件的行和列|Documentation

    本文介绍如何通过Aspose.Cells for JavaScript通过C++ API插入和删除行与列。...类包含一个 Worksheets 集合,允许访问Excel文件中的每个工作表。工作表由 Worksheet 类表示。 Worksheet...the first worksheet in the Excel file const worksheet = workbook...

    docs.aspose.com/cells/zh/javascript-cpp/inserti...
  10. 通过C++使用Node.js管理评论和笔记|Documentation

    用Aspose.Cells for Node.js via C++插入和管理评论或笔记。...add(number, number) 方法(封装在 Worksheet 对象中)在单元格中添加评论。可以通过传递评论索引从...Workbook (); // Adding a new worksheet to the Workbook object const...

    docs.aspose.com/cells/zh/nodejs-cpp/comments-an...