Sort Score
Result 10 results
Languages All
Labels All
Results 861 - 870 of 14,702 for

worksheet

(0.09 sec)
  1. Aspose.Cells 8.4.2中的公共API更改|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....chart collection int idx = worksheet . Charts . Add ( ChartType...chart instance Chart chart = worksheet . Charts [ idx ]; //Specify...

    docs.aspose.com/cells/zh/net/public-api-changes...
  2. Copy Shapes between Worksheets in Aspose.Cells|...

    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....Copy Shapes between Worksheets in Aspose.Cells Contents [ Hide...need to copy elements on a worksheet, for example pictures, charts...

    docs.aspose.com/cells/net/copy-shapes-between-w...
  3. XlsxSectionMode enumeration | Aspose.Words for ...

    aspose.words.saving.XlsxSectionMode enumeration. Specifies how sections are handled when saving a document in the XLSX format....MULTIPLE_WORKSHEETS Specifies that a separate worksheet is created...section of a document. SINGLE_WORKSHEET Specifies that all sections...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Zoom Factor in Python|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....Accessing the first worksheet in the Excel file worksheets = workbook.... getWorksheets () worksheet = worksheets . get ( 0 ) # Setting...

    docs.aspose.com/cells/java/zoom-factor-in-python/
  5. Managing Page Breaks with Node.js via C++|Docum...

    This article provides sample code and explains how to add, clear, or delete specific page breaks in Excel Worksheets programmatically using Aspose.Cells for Node.js via C++....into any selected cell of a worksheet. The location of the cell... page breaks divide your worksheet into multiple pages according...

    docs.aspose.com/cells/nodejs-cpp/managing-page-...
  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....allow users to control how worksheet pages are printed. Setting...specific print area on a worksheet. Print titles. Print gridlines...

    docs.aspose.com/cells/nodejs-cpp/setting-print-...
  7. Calculating IFNA function using Aspose.Cells wi...

    How to calculate IFNA functions using the Aspose.Cells library with C++. By loading an existing Excel file or creating a new Excel file, we can use the methods provided by Aspose.Cells to calculate the IFNA function and get the result. Finally, we save the modified Excel file to disk....// Access first worksheet Worksheet worksheet = workbook . GetWorksheets...); // Add data for VLOOKUP worksheet . GetCells (). Get ( u "A1"...

    docs.aspose.com/cells/cpp/calculating-ifna-func...
  8. Create, Manipulate, or Remove Scenarios from Wo...

    Learn how to create, modify, and delete scenarios in Excel Worksheets programmatically using Aspose.Cells for Python via .NET API....or Remove Scenarios from Worksheets with Python via .NET Contents...creating a scenario, design the worksheet so it contains at least one...

    docs.aspose.com/cells/python-net/create-manipul...
  9. 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...
  10. 用C++隐藏和显示行列|Documentation

    学习如何使用Aspose.Cells和C++以编程方式隐藏和显示Excel文件中的行和列。...工作表由 Worksheet 类表示。 Worksheet 类提供了一个 Cells 集合,表示工作表中的所有单元格。...first worksheet in the Excel file Worksheet worksheet = workbook...

    docs.aspose.com/cells/zh/cpp/hiding-and-showing...