Sort Score
Result 10 results
Languages All
Labels All
Results 2,511 - 2,520 of 26,787 for

excel worksheet

(0.19 sec)
  1. Convert Text to Columns using Aspose.Cells for ...

    Learn how to convert text to columns in Excel using Aspose.Cells for JavaScript via C++....to columns using Microsoft Excel. This feature is available from...character) based on which Microsoft Excel splits the contents of a cell...

    docs.aspose.com/cells/javascript-cpp/convert-te...
  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....计算一系列单元格的总和 Contents [ Hide ] OpenXML Excel 下面是我们需要在代码中使用的命名空间: using DocumentFormat...== 0 ) { // The specified worksheet does not exist. return ; }...

    docs.aspose.com/cells/zh/net/calculate-the-sum-...
  3. Detect Merged Cells using Aspose.Cells|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....Detect Merged Cells In Microsoft Excel, several cells can be merged...identify merged cell areas in a worksheet. You can unmerge them too...

    docs.aspose.com/cells/java/detect-merged-cells-...
  4. 用C++移除切片器|Documentation

    学习如何用程序在Excel文件中移除切片器,使用Aspose.Cells for C++。...Hide ] 可能的使用场景 如果想在Microsoft Excel中移除切片器,只需选择它并按 Delete 按钮。同样,要用Aspose...按钮。同样,要用Aspose.Cells API程序化移除,可以使用 Worksheet.Slicers.Remove() 方法。这将从工作表中删除切片器。...

    docs.aspose.com/cells/zh/cpp/removing-slicer/
  5. Insert Pivot Table|Documentation

    Create and format pivot tables of Excel spreadsheet files....represents a PivotTable on a worksheet. PivotTableCollection represents...the PivotTable objects on a worksheet. Creating a Simple Pivot Table...

    docs.aspose.com/cells/javascript-cpp/create-piv...
  6. 在排序数据时指定排序警告|Documentation

    了解如何在排序数据时,通过C++ API中的Aspose.Cells for JavaScript指定排序警告。...在对看似数字的文本数据进行排序时,Microsoft Excel显示的排序警告。 示例代码 下面的示例代码说明了如何使用前面解释的...sortAsNumber 属性。有关更多帮助,请查看其 示例Excel文件 和 输出Excel文件 。 <!DOCTYPE html> <...

    docs.aspose.com/cells/zh/javascript-cpp/specify...
  7. 数字设置|Documentation

    Aspose.Cells 是一个用于处理电子表格文件的 JavaScript 库,支持多种不同的单元格数字设置。本文介绍如何使用 Aspose.Cells 库管理单元格的数字设置以调整电子表格中的数字格式。...Contents [ Hide ] 如何设置数字和日期的显示格式 微软Excel的一个非常强大的功能是允许用户设置数字值和日期的显示格式...。 如何在Microsoft Excel中设置显示格式 在Microsoft Excel中设置显示格式: 右键单击任何单元格。...

    docs.aspose.com/cells/zh/javascript-cpp/cells-n...
  8. How to Format Number to Scientific with C++|Doc...

    This article will introduce how to Format Number to Scientific using Aspose.Cells for C++ API....numbers to scientific notation in Excel is useful for several reasons...numbers to scientific notation in Excel: Space Efficiency : Scientific...

    docs.aspose.com/cells/cpp/how-to-format-number-...
  9. Get Equation Text of Chart Trendline with Node....

    Learn how to use Aspose.Cells for Node.js via C++ to retrieve the equation text of a trendline in a chart created in Microsoft Excel. Our guide will demonstrate how to access and extract the equation text of a trendline for further analysis or display....workbook object from source Excel file const workbook = new AsposeCells...Access the first worksheet const worksheet = workbook . getWorksheets...

    docs.aspose.com/cells/nodejs-cpp/get-equation-t...
  10. 使用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-...