Sort Score
Result 10 results
Languages All
Labels All
Results 1,641 - 1,650 of 25,706 for

worksheet

(0.09 sec)
  1. Setting Page Options with JavaScript via C++|Do...

    This article provides sample code to set page options of Excel Worksheets programmatically using JavaScript via C++. Set Page Orientation, Scaling Factor, FitToPages Options, Paper Size, Print Quality, First Page Number....configure page setup settings for worksheets to control printing. These...Workbook class contains a worksheets collection that allows access...

    docs.aspose.com/cells/javascript-cpp/setting-pa...
  2. Set Print Area|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....includes all parts of the worksheet that contain data. Developers...specific print area for the worksheet. To select a specific print...

    docs.aspose.com/cells/java/set-print-area/
  3. Consolidation Function with C++|Documentation

    Learn how to apply a ConsolidationFunction to data fields of a pivot table using Aspose.Cells with C++....the first worksheet of the workbook Worksheet worksheet = workbook...table of the worksheet PivotTable pivotTable = worksheet . GetPivotTables...

    docs.aspose.com/cells/cpp/consolidation-function/
  4. 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 JavaScript via C++....FitToPagesTall in a specified worksheet: First, load the sample file...PageSetup object for the desired worksheet. Here is an example in JavaScript:...

    docs.aspose.com/cells/javascript-cpp/how-to-pri...
  5. 使用C++检测超链接类型|Documentation

    通过Aspose.Cells for C++ API学习如何检测超链接类型。...xlsx" ); Worksheet worksheet = workbook . GetWorksheets...); if ( ! worksheet ) { std :: cerr << "Worksheet not found!"...

    docs.aspose.com/cells/zh/cpp/detect-hyperlink-t...
  6. Create Pivot Tables and Pivot Charts|Documentation

    How to add Pivot Tables and Pivot Charts with Aspose.Cells for Python via .NET....invoice entries in a list in a worksheet. A pivot table can total the...a PivotTable report on a worksheet. PivotTables, a collection...

    docs.aspose.com/cells/python-net/create-pivot-t...
  7. Generate Conditional Formatting DataBars Images...

    Aspose.Cells is a C++ 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 will introduce how to use the Aspose.Cells library to generate conditionally formatted data bars and images....xlsx" ); Worksheet worksheet = workbook . GetWorksheets...(). Get ( 0 ); Cell cell = worksheet . GetCells (). Get ( u "C1"...

    docs.aspose.com/cells/cpp/generate-conditional-...
  8. Freeze and Unfreeze Panes|Documentation

    This article introduces how to freeze and unfreeze in GridWeb....scroll to other parts of the worksheet. This feature is very helpful...helpful when working with worksheets that contain large volumes...

    docs.aspose.com/cells/net/aspose-cells-gridweb/...
  9. Set Default Font while rendering spreadsheet to...

    Learn how to set the default font while rendering spreadsheets to images using Aspose.Cells with C++....text in cell A4 of the first worksheet, and sets its font to an invalid...it takes two images of the worksheet. The first image is generated...

    docs.aspose.com/cells/cpp/set-default-font-whil...
  10. Managing Ranges|Documentation

    This article shows how to manage ranges by the Aspose.Cells for Python via .NET API....button in cell A1 of the worksheet and then drag to cell C4 ...Workbook class contains a Worksheets collection that allows access...

    docs.aspose.com/cells/python-net/managing-ranges/