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

worksheet

(0.05 sec)
  1. Change Adjustment Values of the Shape with Node...

    Learn how to change adjustment values of shapes in Excel using Aspose.Cells for Node.js via C++....)); // Access first worksheet const worksheet = workbook . getWorksheets...shapes of the worksheet const shape1 = worksheet . getShapes ()...

    docs.aspose.com/cells/nodejs-cpp/change-adjustm...
  2. Read Chart Subtitle from ODS File with C++|Docu...

    Learn how to use Aspose.Cells for C++ to read the chart subtitle from an OpenDocument Spreadsheet (ODS) file. Our guide will demonstrate how to extract and access the subtitle of a chart for further analysis or display....// Access first worksheet Worksheet worksheet = workbook . GetWorksheets...chart inside the worksheet Chart chart = worksheet . GetCharts ()...

    docs.aspose.com/cells/cpp/read-chart-subtitle-f...
  3. Public API Changes in Aspose.Cells 8.5.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....calculateFormula(CalculationOptions) Worksheet.calculateFormula(CalculationOptions...Workbook (); //Source worksheet Worksheet srcSheet = workbook ...

    docs.aspose.com/cells/java/public-api-changes-i...
  4. Add Conditional Icons Set with the Cell Text wi...

    Learn how to add conditional icons next to cell text in Excel using Aspose.Cells with C++....// Get the first worksheet (default worksheet) in the workbook...workbook Worksheet worksheet = workbook . GetWorksheets (). Get ( 0...

    docs.aspose.com/cells/cpp/add-conditional-icons...
  5. 页面设置与打印选项(C++)|Documentation

    配置页面设置和打印参数以控制打印过程,使用Aspose.Cells与C++。...first worksheet in the Excel file Worksheet worksheet = workbook...the orientation to Portrait worksheet . GetPageSetup (). SetOrientation...

    docs.aspose.com/cells/zh/cpp/page-setup-and-pri...
  6. Import Data to Worksheets using Aspose.Cells|Do...

    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....Import Data to Worksheets using Aspose.Cells Contents [ Hide...Aspose.Cells - Import Data to Worksheets Import Data from Arrays Java...

    docs.aspose.com/cells/java/import-data-to-works...
  7. 在VSTO和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....//Declare a Worksheet object. Excel . Worksheet newWorksheet...newWorksheet ; //Add 5 new worksheets to the workbook and fill some data...

    docs.aspose.com/cells/zh/net/adding-new-workshe...
  8. 处理颜色|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.... Worksheets . Add (); Worksheet worksheet = workbook...workbook . Worksheets [ 0 ]; //Accessing cell from the worksheet Cell...

    docs.aspose.com/cells/zh/net/working-with-colors/
  9. Setting Print Options|Documentation

    This article demonstrates how to programmatically set the Print Options of the Excel Worksheet Page Setup feature using the C# API and .NET 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/net/setting-print-options/
  10. Setting Print Options|Documentation

    This article demonstrates how to programmatically set the Print Options of the Excel Worksheet Page Setup feature using the Aspose.Cells for Python via .NET API. You can set the Print Area, Print Titles and Page Order....allow users to control how worksheet pages are printed. How to...specific print area on a worksheet. Print titles. Print gridlines...

    docs.aspose.com/cells/python-net/setting-print-...