Sort Score
Result 10 results
Languages All
Labels All
Results 791 - 800 of 12,949 for

worksheet

(0.04 sec)
  1. Insert Rows and Columns|Documentation

    This article introduces how to insert rows and columns in GridWeb....new rows and columns into a worksheet using the Aspose.Cells.GridWeb...inserted at any position in the worksheet. Inserting Rows To insert...

    docs.aspose.com/cells/net/aspose-cells-gridweb/...
  2. 在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....ActiveWorkbook ; //Access worksheet Microsoft . Office . Interop... Excel . Worksheet m_sheet = workbook . Worksheets [ 1 ]; //Access...

    docs.aspose.com/cells/zh/net/wrapping-cell-text...
  3. 在Python中显示或隐藏网格线|Documentation

    通过Aspose.Cells for Python通过Java API了解如何显示或隐藏网格线。...Accessing the first worksheet in the Excel file worksheets = workbook.... getWorksheets () worksheet = worksheets . get ( 0 ) # Hiding...

    docs.aspose.com/cells/zh/java/display-or-hide-g...
  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/net/output-blank-page-whe...
  5. 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...
  6. Setting Page Options with C++|Documentation

    This article provides sample code to set page options of Excel Worksheets programmatically using C++ API. You will be able to 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/cpp/setting-page-options/
  7. 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/
  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....= "Protect and unProtect Worksheets.xlsx" ; //Open the excel.... Value ); //Protect the worksheet specifying a password with...

    docs.aspose.com/cells/zh/net/protect-and-unprot...
  9. Remove White Spaces from the Data before Render...

    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....Sometimes, you need to present worksheet images in applications or...Basically, you want to render a worksheet as an image so that it can...

    docs.aspose.com/cells/java/remove-white-spaces-...
  10. Manage Titles of Excel Charts with C++|Document...

    Learn how to use Aspose.Cells for C++ to add and format chart and axis titles in Microsoft Excel. Our guide will demonstrate how to set different types of titles, adjust their appearance, and modify axis titles for better data representation and clarity....workbook ; // Adding a new worksheet to the Workbook object int...newly added worksheet by passing its sheet index Worksheet worksheet...

    docs.aspose.com/cells/cpp/chart-and-axis-titles/