Sort Score
Result 10 results
Languages All
Labels All
Results 1,011 - 1,020 of 16,732 for

worksheet

(0.06 sec)
  1. How to Print Excel as Fitted Pages Wide and Tal...

    This article shows you code explaining how to How to Set FitToPagesWide and FitToPagesTall using Aspose.Cells library with C++....FitToPagesTall in a specified worksheet: First, load the sample file...modify the Worksheet.GetFitToPagesTall() and Worksheet.GetFitToPagesWide()...

    docs.aspose.com/cells/cpp/how-to-print-excel-as...
  2. Save ODS File in ODF 1.1, 1.2 and 1.3 Specifica...

    Convert Excel to ODF 1.1, 1.2 and 1.3 Specifications with Aspose.Cells using C++....value to cell A1 on the first worksheet and then saves the ODS file...// Access first worksheet Worksheet worksheet = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/save-ods-file-in-odf-...
  3. 处理颜色|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/
  4. Output Blank Page when there is Nothing to Prin...

    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....anything when you export worksheet to image. You can change this...an empty worksheet and renders the empty worksheet to an image...

    docs.aspose.com/cells/java/output-blank-page-wh...
  5. 在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...
  6. Change Chart Position and Size|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....xls" ); Worksheet worksheet = workbook . getWorksheets...chart from source worksheet Chart chart = worksheet . getCharts ()...

    docs.aspose.com/cells/java/change-chart-positio...
  7. How to Rotate Text of Cell with C++|Documentation

    C++ code to rotate text of Cell with Aspose.Cells for C++ API... Access the Worksheet Once the workbook is loaded...loaded, you need to access the worksheet where you want to rotate the...

    docs.aspose.com/cells/cpp/how-to-rotate-text-of...
  8. Find Value in 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....first worksheet in the Excel file Worksheet worksheet = workbook...specified formula Cells cells = worksheet . getCells (); //Instantiate...

    docs.aspose.com/cells/java/find-value-in-cells-...
  9. Filter Data|Documentation

    This article introduces how to filter data in GridWeb....select only those items in a worksheet that you want to display in...Working with Filters Use the worksheet AddAutoFilter method to enable...

    docs.aspose.com/cells/net/aspose-cells-gridweb/...
  10. Printing Workbooks using Aspose.Cells|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....want to print the entire worksheet area unless you specify your...your selection. Printing Worksheet Java //Instantiate a new workbook...

    docs.aspose.com/cells/java/printing-workbooks-u...