Sort Score
Result 10 results
Languages All
Labels All
Results 4,121 - 4,130 of 27,394 for

excel worksheet

(1.32 sec)
  1. 实现类似 Excel VBA Range.FormulaLocal 的 Cell.Formul...

    学习如何用 Aspose.Cells for Node.js via C++ 实现类似 Excel VBA Range.FormulaLocal 的 Cell.FormulaLocal。...实现类似 Excel VBA Range.FormulaLocal 的 Cell.FormulaLocal,通过 Node...[ Hide ] 可能的使用场景 Microsoft Excel 公式在不同地区或语言中可能有不同的名称。例如, SUM...

    docs.aspose.com/cells/zh/nodejs-cpp/implement-c...
  2. Create XLS Using Python | products.aspose.com

    Generate Microsoft Excel XLS documents using Python applications without using Microsoft Office....XLS File Via Python Generate Excel XLS Files via your Python Applications...Get the access of required Worksheet using getWorksheets().get(index)...

    products.aspose.com/total/python-java/create/xls/
  3. How to Insert Picture in Cell|Documentation

    Learn how to insert a picture into a cell with Aspose.Cells for Python via .NET API....touch of brightness to your worksheet and provides a visual representation...to use images in Excel for many years, Excel has only recently...

    docs.aspose.com/cells/python-net/how-to-insert-...
  4. Aspose.Cell import object shuffles the data - F...

    in some random case for the same dataset after binding data to Excel using Aspose.Cells data is shuffled randomly , it’s not like data is shifted. But if we re-prepare the Excel it looks fine. Below is the code snippet. …...dataset after binding data to Excel using Aspose.Cells data is shuffled...shifted. But if we re-prepare the excel it looks fine. Below is the...

    forum.aspose.com/t/aspose-cell-import-object-sh...
  5. 通过JavaScript与C++查找XML映射的根元素名称|Documentation

    学习如何使用C++的Aspose.Cells for JavaScript在Excel中查找XML映射的根元素名称。...以下截图显示了Microsoft Excel中XML映射的根元素名称。 示例代码 以下示例代码加载 示例 Excel 文件 ,访问第一个...{ Workbook , SaveFormat , Worksheet , Cell , Utils } = AsposeCells...

    docs.aspose.com/cells/zh/javascript-cpp/find-th...
  6. 通过 C++ 使用 JavaScript 改变评论的文本方向|Documentation

    学习如何使用 C++ 通过脚本改变评论的文本方向。有效自定义评论对齐设置。...Contents [ Hide ] Microsoft Excel 允许用户向单元格添加评论,以提供额外信息和突出数据。开...the first worksheet const sheet = wb . worksheets . get ( 0 );...

    docs.aspose.com/cells/zh/javascript-cpp/change-...
  7. Apply Shading to Alternate Rows and Columns wit...

    How to use the Aspose.Cells library in Node.js via C++ to apply conditional formatting shadows for alternating rows and columns. By adjusting these criteria, you have more control over how cells look and appear....formatting rules for the Worksheet object. These rules can be...conditional formatting rules and Excel’s built-in functions. This article...

    docs.aspose.com/cells/nodejs-cpp/apply-shading-...
  8. Stacked column chart data label is rendered ins...

    Hello team. We see a chart rendering difference when converting an Excel named range that contains a stacked column chart to HTML/SVG. In Excel, the $159.5 data label is positioned above the stacked column. In the SVG g…...difference when converting an Excel named range that contains a...column chart to HTML/SVG. In Excel, the $159.5 data label is positioned...

    forum.aspose.com/t/stacked-column-chart-data-la...
  9. 计算小计|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....the first worksheet Cells cells = workbook . Worksheets [ 0 ]. Cells...new int [] { 1 }); //Save the excel file workbook . Save ( "AsposeTotal...

    docs.aspose.com/cells/zh/net/calculate-sub-totals/
  10. Currency Format Not Applied to Table Column Whe...

    While working with Aspose Cells for a table, we encountered an issue where applying a currency format to a table column doesn’t reflect correctly when values are populated via the payload. The cells display raw numbers w…...// Assuming 'worksheet' is your target worksheet and 'columnIndex'...column index int rowCount = worksheet.Cells.GetMaxDataRow() + 1;...

    forum.aspose.com/t/currency-format-not-applied-...