Sort Score
Result 10 results
Languages All
Labels All
Results 1,311 - 1,320 of 20,402 for

excel worksheet

(0.05 sec)
  1. border_weight 属性 | Aspose.Cells for Python via ...

    border_weight 属性 border_weight 属性 获取或设置图片边框线的粗细,单位为pt。 例子 from aspose.cells import Workbook from aspose.pydrawing imp......= Workbook () worksheet = workbook . worksheets [ 0 ] # Adding...in the worksheet. It is "B2" cell imgIndex = worksheet . pictures...

    reference.aspose.com/cells/python-net/zh/aspose...
  2. Copy | Aspose.Cells for .NET API 参考

    复制图片...Workbook (); Worksheet worksheet = workbook . Worksheets [ 0 ]; //插入第一张图片...//插入第一张图片 int imgIndex1 = worksheet . Pictures . Add ( 1 , 1 ...

    reference.aspose.com/cells/zh/net/aspose.cells....
  3. Class ChartArea | Aspose.Cells for .NET API Ref...

    Aspose.Cells.Charts.ChartArea class. Encapsulates the object that represents the chart area in the Worksheet...represents the chart area in the worksheet. public class ChartArea :...first worksheet Worksheet worksheet = workbook . Worksheets [ 0...

    reference.aspose.com/cells/net/aspose.cells.cha...
  4. Extract text and images from ODS document via ....

    C# source code to extract text and images from ODS file on .NET Framework, .NET Core, Mono or Xamarin Platforms....text & images from Microsoft Excel XLS, XLSX, XLSM, XLSB and OpenDocument...images from Worksheets // open a template Excel file Workbook...

    products.aspose.com/cells/net/parser/ods/
  5. ChartDataTable | Aspose.Cells for .NET API 参考

    表示一个图表数据表...//获取第一个工作表的引用 Worksheet worksheet = workbook . Worksheets [ 0 ]; //向“A1”单元格添加样本值...//向“A1”单元格添加样本值 worksheet . Cells [ "A1" ]. PutValue ( 50 ); //向“A2”单元格添加样本值...

    reference.aspose.com/cells/zh/net/aspose.cells....
  6. Aspose.Cells for Python via .NET 22.10 Release ...

    Aspose.Cells for Python via .NET 22.10 Release Notes – the latest enhancements, new features, and fixes....Filter disappears after loading excel document and updating New Feature...cells off the end of the worksheet error when using Cells.InsertRows...

    docs.aspose.com/cells/python-net/aspose-cells-f...
  7. Aspose.Cells for Java 17.5 Release Notes|Docume...

    Aspose.Cells for Java 17.5 Release Notes – the latest enhancements, new features, and fixes....to embed the hyperlink in an Excel cell Enhancement CELLSJAVA-42283...CELLSJAVA-42282 Copying a worksheet unhides filtered rows in the...

    docs.aspose.com/cells/java/aspose-cells-for-jav...
  8. index.xml

    2.0 http://www.w3.org/2005/Atom Documentation – Aspose.Cells or VSTO https://docs.aspose.com/cells/net/why-not-vsto/ Recent content in Aspose.Cells or VSTO on Documentation Hugo -- gohugo.io en htt......dd-borders-to-cells-in-a-worksheet-in-vsto-and-aspose-cells/...Add Borders to Cells in a Worksheet in VSTO and Aspose.Cells https://docs...

    docs.aspose.com/cells/net/why-not-vsto/index.xml
  9. Using Formulas or Functions to Process Data | D...

    Using Formulas or Functions to Process Data Contents [ Hide ] One of Microsoft Excel’s compelling features is its abi......Contents [ Hide ] One of Microsoft Excel’s compelling features is its...formulas and functions. Microsoft Excel provides a set of built-in functions...

    docs.aspose.com/cells/java/using-formulas-or-fu...
  10. Class Row | Aspose.Cells for .NET API Reference

    Aspose.Cells.Row class. Represents a single row in a Worksheet...Represents a single row in a worksheet. public class Row : IEnumerable...first worksheet Worksheet worksheet = workbook . Worksheets [ 0...

    reference.aspose.com/cells/net/aspose.cells/row/