Sort Score
Result 10 results
Languages All
Labels All
Results 2,001 - 2,010 of 18,224 for

excel worksheet

(0.06 sec)
  1. 在Node.js via C++中处理ODS文件的背景|Documentation

    学习如何使用Aspose.Cells for Node.js via C++管理ODS文件中的背景。..."output" ); // Load source Excel file const filePath = path ...); // Access first worksheet const worksheet = workbook . getWorksheets...

    docs.aspose.com/cells/zh/nodejs-cpp/working-wit...
  2. 用Node.js通过C++检测工作表是否密码保护|Documentation

    学习如何使用Aspose.Cells for Node.js via C++检测工作表是否受密码保护。...isProtectedWithPassw() 属性,如果 Worksheet 被密码保护,则返回 true ,否则返回 false...); // Access the protected Worksheet const sheet = book . getWorksheets...

    docs.aspose.com/cells/zh/nodejs-cpp/detect-if-w...
  3. 自动筛选数据|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.... Microsoft Excel 用户可以对列应用自动筛选。自动筛选在列顶部添加了一个菜...以从中对列数据进行排序或筛选。这一功能也可以提供给与 Excel 电子表格一起工作的开发人员,无论是通过 VSTO 还是...

    docs.aspose.com/cells/zh/net/auto-filter-data/
  4. Find if Data Points are in the Second Pie or Ba...

    Learn how to use Aspose.Cells for C++ to find if data points are in the second pie or bar on a pie of pie or bar of pie chart. Our guide will demonstrate how to identify and access the secondary pie or bar on a composite chart, allowing you to analyze and manipulate the data effectively....Please download the sample excel file used in the following sample...output. If you open the sample excel file , you will find, all the...

    docs.aspose.com/cells/cpp/find-if-data-points-a...
  5. 使用ICustomFunction功能|Documentation

    本文描述了如何使用Aspose.Cells库中ICustomFunction功能在Microsoft Excel中创建自定义函数。通过加载现有的Excel文件或创建新的Excel文件,我们可以使用Aspose.Cells提供的方法定义和注册自定义函数并获取结果。最后,我们将修改后的Excel文件保存到磁盘。...Cells API像任何其他默认Microsoft Excel函数一样实现和评估。 请注意,此接口已被 AbstractCalculationE...reference of the first worksheet Worksheet worksheet = workbook . getWorksheets...

    docs.aspose.com/cells/zh/java/how-to-calculate-...
  6. Row Column Height Adjustment in xlsx4j|Document...

    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....first worksheet in the Excel file Worksheet worksheet = workbook...get ( 0 ); Cells cells = worksheet . getCells (); //Setting the...

    docs.aspose.com/cells/java/row-column-height-ad...
  7. Render Sequence of Pages using PageIndex and Pa...

    Render a sequence of pages from an Excel file to images using Aspose.Cells with C++....a sequence of pages of your Excel file to images by using Aspose...thousands of pages in your worksheet but you want to render some...

    docs.aspose.com/cells/cpp/render-sequence-of-pa...
  8. Format Ranges|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....Range in Excel To format a range of cells in Excel, you can use...formatting options provided by Excel. Here’s how you can format a...

    docs.aspose.com/cells/net/how-to-format-a-range/
  9. Border Settings|Documentation

    How to use the Aspose.Cells library in C# to set the border style and color of cells. By adjusting the width, style, and color of the border, you have more control over how cells look and appear....Borders to Cells Microsoft Excel allows users to format cells...flexible way as in Microsoft Excel. Adding Borders to Cells Aspose...

    docs.aspose.com/cells/net/cells-border-settings/
  10. 使用C++将工作表或图表导出为具有所需宽度和高度的图像|Documentation

    使用Aspose.Cells在C++中将工作表或图表导出为所需宽度和高度的图像。...// Access first worksheet Worksheet worksheet = workbook . GetWorksheets...into image SheetRender sr ( worksheet , opts ); sr . ToImage ( 0...

    docs.aspose.com/cells/zh/cpp/export-worksheet-o...