Sort Score
Result 10 results
Languages All
Labels All
Results 531 - 540 of 11,092 for

worksheet

(0.05 sec)
  1. 指定图像分辨率、质量、压缩和其他选项|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/specify-image-reso...
  2. 使用公式函数处理数据|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/use-formulas-funct...
  3. Autofit Rows and Columns in Python|Documentation

    Learn how to Autofit Rows and Columns through the Aspose.Cells for Python Via Java API....height of a row is to call the Worksheet class' autoFitRow method....Accessing the first worksheet in the Excel file worksheet = workbook ...

    docs.aspose.com/cells/java/autofit-rows-and-col...
  4. Manage formulas of Excel files with Node.js via...

    Learn how to Manage formulas of Excel files through the Aspose.Cells for Node.js via C++. Aspose.Cells can simply get, set and calculate formulas of excel files....access to each worksheet in the Excel file. A worksheet is represented...represented by the Worksheet class. The Worksheet class provides a...

    docs.aspose.com/cells/nodejs-cpp/using-formulas...
  5. Managing Pictures with C++|Documentation

    Add, position, and manage images in spreadsheets using Aspose.Cells for C++ API....PictureCollection (encapsulated in the Worksheet object). The Add method takes...Workbook workbook ; // Add worksheet and get reference int sheetIndex...

    docs.aspose.com/cells/cpp/managing-pictures/
  6. Managing Controls|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....Adding TextBox Control to the Worksheet One way to stress important...two textboxes in the first worksheet of the workbook. The first...

    docs.aspose.com/cells/java/managing-controls/
  7. Setting Print Options with C++|Documentation

    This article demonstrates how to programmatically set the Print Options of the Excel Worksheet Page Setup feature using the C++ API and 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/cpp/setting-print-options/
  8. Copy Shapes between Worksheets|Documentation

    This article shows how to Copy Shapes between Worksheets through the Aspose.Cells for Python via .NET API....Copy Shapes between Worksheets Contents [ Hide ] Sometimes, you...need to copy elements on a worksheet, for example, pictures, charts...

    docs.aspose.com/cells/python-net/copy-shapes-be...
  9. Working with Background in ODS Files with Node....

    Learn how to manage backgrounds in ODS files using Aspose.Cells for Node.js via C++....); // Access first worksheet const worksheet = workbook . getWorksheets...( 0 ); const background = worksheet . getPageSetup (). getODSPageBackground...

    docs.aspose.com/cells/nodejs-cpp/working-with-b...
  10. Inserting and Deleting Rows and Columns in Pyth...

    Use Python Excel API to create Excel spreadsheets in Python. Insert or delete rows from XLSX or XLS in your Python applications without MS Office....XLSX workbook Access the worksheet Insert the row Save as XLS...Accessing the first worksheet in the Excel file worksheet = workbook ...

    docs.aspose.com/cells/java/inserting-and-deleti...