Sort Score
Result 10 results
Languages All
Labels All
Results 511 - 520 of 13,913 for

worksheet

(0.09 sec)
  1. 使用C++进行页面设置功能|Documentation

    学习如何使用Aspose.Cells结合C++配置Excel文件中的页面设置功能。...Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...margins PageSetup pageSetup = worksheet . GetPageSetup (); pageSetup...

    docs.aspose.com/cells/zh/cpp/page-setup-features/
  2. Insert or Delete Rows or Columns|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....Whether we are creating a new worksheet from scratch or we are working...working on an existing worksheet, we may need to add extra rows...

    docs.aspose.com/cells/net/insert-or-delete-rows...
  3. Manage Worksheets of Microsoft Excel files.|Doc...

    Add Worksheet, remove Worksheet and active Sheet using Aspose.Cells....Manage Worksheets of Microsoft Excel files. Contents [ Hide ]...easily create and manage worksheets in Microsoft Excel files...

    docs.aspose.com/cells/net/manage-worksheets/
  4. 指定图像分辨率、质量、压缩和其他选项|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...
  5. 使用公式函数处理数据|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...
  6. 使用Node.js通过C++实现Excel XP及以后版本的高级保护设置|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 集合,允许访问 Excel 文件中的每个工作表。工作表由 Worksheet 类表示。 Worksheet...Worksheet 类提供了 getProtection() 属性,用于应用这些高级保护设置。 getProtection()...

    docs.aspose.com/cells/zh/nodejs-cpp/advanced-pr...
  7. Primary and Second Axis with Node.js via C++|Do...

    Learn how to understand and work with primary and secondary axes in Aspose.Cells for Node.js via C++. Our guide will help you understand the differences between primary and secondary axes, and how to configure and use them effectively in your charts....of the chart in the first worksheet. Then we add a chart and show...Access the first worksheet. const worksheet = workbook . getWorksheets...

    docs.aspose.com/cells/nodejs-cpp/primary-and-se...
  8. Page Setup and Printing Options with C++|Docume...

    Configure page setup and print settings to control the printing process using Aspose.Cells with C++....and printing options to a worksheet with a few simple lines of...Options First create a simple worksheet in Microsoft Excel. Then apply...

    docs.aspose.com/cells/cpp/page-setup-and-printi...
  9. Primary and Second Axis with C++|Documentation

    Learn how to understand and work with primary and secondary axes in Aspose.Cells for C++. Our guide will help you understand the differences between primary and secondary axes, and how to configure and use them effectively in your charts....of the chart in the first worksheet. Then we add a chart and show...Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/primary-and-second-axis/
  10. Copying and Moving Worksheets with Node.js via ...

    This article includes sample code and describes how to copy and move Worksheets programmatically both within an Excel workbook and across Excel workbooks using the Node.js API with C++....Copying and Moving Worksheets with Node.js via C++ Contents [... you do need a number of worksheets with common formatting and...

    docs.aspose.com/cells/nodejs-cpp/copying-and-mo...