Sort Score
Result 10 results
Languages All
Labels All
Results 3,761 - 3,770 of 247,525 for

cells

(0.58 sec)
  1. Copy Range Data with Style in C++|Documentation

    Copy range data including cell styles in Excel files using Aspose.Cells for C++....Data Only explains how to copy cell data between ranges. This article...article demonstrates how to copy cell ranges while preserving their...

    docs.aspose.com/cells/go-cpp/copy-range-data-wi...
  2. Calculation results differ from Excel 365 - Fre...

    Hi, Using Aspose Cells for Java, version 25.7. Sample code: Workbook workbook = new Workbook("iferror.xlsx"); WorksheetCollection worksheets = workbook.getWorksheets(); Worksheet worksheet = worksheets.get("S1-8.2 - T…...Cells Product Family cells-java TarasTielkes... 2:54pm 1 Hi, Using Aspose Cells for Java, version 25.7. Sample...

    forum.aspose.com/t/calculation-results-differ-f...
  3. Data Filtering|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....Cells fully supports Microsoft Excel’s...how to code them using Aspose.Cells. Autofilter Data Autofiltering...

    docs.aspose.com/cells/java/data-filtering/
  4. Group Rows and Create Subtotal|Documentation

    This article introduces how to group/ungroup rows/columns and how to work with subtotal in GridWeb....Cells.GridWeb can create an outline...define the group. The Aspose.Cells.GridWeb control displays the...

    docs.aspose.com/cells/net/aspose-cells-gridweb/...
  5. 使用FormulaText函数在Aspose.Cells与C++中|Documentation

    本文介绍了如何使用Aspose.Cells库中的FormulaText函数处理Microsoft Excel中的公式。通过加载现有的Excel文件或创建新的Excel文件,我们可以使用Aspose.Cells提供的方法获取和设置单元格的公式文本并获取结果。最后,我们将修改后的Excel文件保存到磁盘。...Cells与C++中 Contents [ Hide ] FormulaText是Excel...如何使用Aspose.Cells利用此函数。 以下示例代码显示了如何使用Aspose.Cells中的FormulaTex...

    docs.aspose.com/cells/zh/cpp/using-formulatext-...
  6. 用C++管理评论和注释|Documentation

    使用Aspose.Cells for C++插入和管理评论或注释。...Cells提供两种方法来向单元格添加注释。第一种是手动在设计文件中创建注释,然后使用Aspose.Cells导入这...Cells导入这些注释。第二种是在运行时使用Aspose.Cells API添加注释。本主题讨论使用Aspose.Cells API向单元格添加注释。还将介绍注释的格式设置。...

    docs.aspose.com/cells/zh/cpp/comments-and-notes/
  7. Aspose.Cells for Java - Issue with missing char...

    Hi Aspose team, I’m encountering an issue when using Aspose.Cells to generate screenshots from an Excel template. The behaviour of the chart’s red border seems inconsistent depending on how rows are handled: When no r…...Cells for Java - Issue with missing chart border when...rows in Excel template Aspose.Cells Product Family frankhuang05...

    forum.aspose.com/t/aspose-cells-for-java-issue-...
  8. 验证单元格值是否满足数据验证规则(使用C++)|Documentation

    学习如何通过Aspose.Cells for C++ API验证单元格值是否符合数据验证规则。...Cells提供 Cell.GetValidationValue() 方法...False ,否则返回 True 。 以下示例代码演示了 Cell.GetValidationValue() 方法的工作方...

    docs.aspose.com/cells/zh/cpp/verify-that-cell-v...
  9. Measure the Width and Height of the Cell Value ...

    Learn how to measure the width and height of the cell value in units of pixels using the Aspose.Cells for .NET API....the Width and Height of the Cell Value in Units of Pixels Contents...height of a cell value to fit the value inside the cell. Aspose.Cells...

    docs.aspose.com/cells/net/calculate-the-width-a...
  10. How to hide column based on condition in aspose...

    HI Team, I need to hide column based on condition. Could you please assist how to add the same in the below template. based condition: <<if[r.Max(i => i.PartialDischarge) != null]>><<[lang.GetString("PDMeasured")]>> …...entire columns under PDMeasured cell. Getting error if tag not well...that you want to hide (all cells under the PDMeasured header)...

    forum.aspose.com/t/how-to-hide-column-based-on-...