Sort Score
Result 10 results
Languages All
Labels All
Results 2,021 - 2,030 of 18,224 for

excel worksheet

(0.06 sec)
  1. Public API Changes in Aspose.Cells 8.1.0|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....used to specify if hidden worksheets are exported to HTML format...Cells will not export hidden worksheet contents. Please check the...

    docs.aspose.com/cells/java/public-api-changes-i...
  2. 使用C++创建、处理或删除工作表中的场景|Documentation

    在本文中,你将学习如何使用C++和Aspose.Cells API在Excel工作表中程序化创建、操作或删除场景。...还提供 Worksheet.GetScenarios() 属性。下面的示例代码打开一个包含一些场景的Excel文件(XL...02_OutputDirectory \\ " ); // Load input Excel file Workbook workbook ( srcDir...

    docs.aspose.com/cells/zh/cpp/create-manipulate-...
  3. Measure the Width and Height of the Cell Value ...

    Learn how to Measure the Width and Height of the Cell Value in Unit of Pixels through the Aspose.Cells for C++ API....// Access first worksheet Worksheet worksheet = workbook . GetWorksheets...value inside it Cell cell = worksheet . GetCells (). Get ( u "B2"...

    docs.aspose.com/cells/cpp/calculate-the-width-a...
  4. Apache POI和Aspose.Cells中的冻结窗格|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....Cells提供了一个代表Microsoft Excel文件的类 Workbook ,Workbook类包含一个...ion,允许访问Excel文件中的每个工作表。 工作表由 Worksheet 类表示。Worksheet类提供了广泛的属...

    docs.aspose.com/cells/zh/java/freeze-panes-in-a...
  5. Alignment Settings|Documentation

    In the Aspose.Cells library, you can use cell alignment settings to adjust the layout and display of text. By adjusting settings such as horizontal alignment, vertical alignment, and text wrapping, you have more control over how text flows in cells. This document will provide you with detailed steps and sample code to help you quickly grasp how to use Aspose.Cells for cell alignment settings....Microsoft Excel Anyone who has used Microsoft Excel to format...alignment settings in Microsoft Excel. As you can see from the above...

    docs.aspose.com/cells/net/cells-alignment-setti...
  6. Setting Print Options with Node.js via C++|Docu...

    This article demonstrates how to programmatically set the Print Options of the Excel Worksheet Page Setup feature using the Node.js API and C++ Library. You can set the Print Area, Print Titles, and Page Order....Contents [ Hide ] Microsoft Excel’s page setup settings provide...allow users to control how worksheet pages are printed. Setting...

    docs.aspose.com/cells/nodejs-cpp/setting-print-...
  7. Working with Background in ODS Files with Node....

    Learn how to manage backgrounds in ODS files using Aspose.Cells for Node.js via C++...."output" ); // Load source Excel file const filePath = path ...); // Access first worksheet const worksheet = workbook . getWorksheets...

    docs.aspose.com/cells/nodejs-cpp/working-with-b...
  8. How to Format Number as Date with C++|Documenta...

    This article will introduce how to format number to date using Aspose.Cells for C++ API....Formatting numbers as dates in Excel (or any spreadsheet software)...Interpretation of Date Values : In Excel, dates are stored as serial...

    docs.aspose.com/cells/cpp/format-number-to-date/
  9. Number Settings|Documentation

    Aspose.Cells is a Python library for working with spreadsheet files that supports many different cell number settings. This article will introduce how to use Aspose.Cells library to manage the number settings of cells so that users can adjust the number format in the spreadsheet as needed....strong feature of Microsoft Excel is that it allows users to set...Microsoft Excel To set display formats in Microsoft Excel: Right-click...

    docs.aspose.com/cells/python-net/cells-number-s...
  10. Split Panes in Jython|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....setActiveCell ( "A20" ); # Split the worksheet window workbook . getWorksheets...( 0 ). split (); # Save the excel file workbook . save ( dataDir...

    docs.aspose.com/cells/java/split-panes-in-jython/