Sort Score
Result 10 results
Languages All
Labels All
Results 901 - 910 of 15,201 for

worksheet

(0.1 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. XlsxSectionMode Enum | Aspose.Words for .NET

    Discover how the Aspose.Words XlsxSectionMode enum optimizes document saving in XLSX format, enhancing your workflow and document management....Specifies that a separate worksheet is created for each section...document are saved on one worksheet. Examples Shows how to save...

    reference.aspose.com/words/net/aspose.words.sav...
  3. Freeze Panes in Php|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....the first worksheet in the Excel file $worksheets = $workbook...getWorksheets (); $worksheet = $worksheets -> get ( 0 ); //Applying...

    docs.aspose.com/cells/java/freeze-panes-in-php/
  4. Printing Workbooks 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....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-i...
  5. 在Excel或OpenOffice中插入超链接的C++方法|Documentation

    学习如何在不使用MS Excel的情况下,用Aspose.Cells库向Excel文件插入超链接。...一个工作表由 Worksheet 类表示。 Worksheet 提供不同的方法,用以向Excel文件添加不同的超链接。...提供不同的方法,用以向Excel文件添加不同的超链接。 添加指向URL的链接 Worksheet 类包含一个 GetHyperlinks() 集合。每个 GetHyperlinks()...

    docs.aspose.com/cells/zh/cpp/insert-hyperlinks-...
  6. 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...
  7. 动态计算或重新计算公式|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....Workbook (); //Adding a new worksheet to the Excel object int sheetIndex...sheetIndex = workbook . Worksheets . Add (); //Obtaining the reference...

    docs.aspose.com/cells/zh/net/calculate-or-recal...
  8. 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...
  9. 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...
  10. 使用 C++ 通过 Node.js 管理图片|Documentation

    学习如何使用Aspose.Cells for Node.js via C++在电子表格中添加和定位图片。...Workbook (); // Adding a new worksheet to the Workbook object const...added worksheet by passing its sheet index const worksheet = workbook...

    docs.aspose.com/cells/zh/nodejs-cpp/managing-pi...