Sort Score
Result 10 results
Languages All
Labels All
Results 5,031 - 5,040 of 30,329 for

worksheet

(0.07 sec)
  1. Convert Word to JSON format via .NET | products...

    Convert Word to JSON in C# without using Microsoft Excel or Adobe Reader...the CellsCollection of the worksheet that contains the data, and...

    products.aspose.com/total/net/conversion/word-t...
  2. Excel to HTML content has some orphan </style> ...

    Hello team. We are actively evaluating upgrade from current Cells library 24.10 to a newer version (25.12) and noticed the following issue: In some cases the generated HTML contains an ‘orphan’ style tag at the end (ri…...xlsx - input Excel worksheet; AutoFilter-v24.10.0.html...

    forum.aspose.com/t/excel-to-html-content-has-so...
  3. Regarding find the cell positions of images/cha...

    Is there any way to find the position of images/charts while select the image /chart. At client level mean When i select the image in the viewer I want the positions....an image use Worksheet.getPictures() (or Worksheet.getPicture(index)...a chart use Worksheet.getCharts() (or Worksheet.getChart(index)...

    forum.aspose.com/t/regarding-find-the-cell-posi...
  4. 如何在 Blazor 中运行 Aspose.Cells|Documentation

    了解如何在 Blazor WebAssembly 和 Blazor Server 应用中运行 Aspose.Cells。...Workbook (); Worksheet sheet = workbook . Worksheets [ 0 ]; sheet...Workbook(); Worksheet sheet = workbook.Worksheets[0]; sheet.Cells["A1"]...

    docs.aspose.com/cells/zh/net/how-to-run-aspose-...
  5. Graphic elements in HTML are not displayed - Fr...

    I am using Aspose.Cells 25.9.0. .NET 9.0 There is Excel file with Shapes and Icons inserted into it. Unfortunately, when converting to HTML, Icons are not displayed. Code: using System.Text; using Aspose.Cells; usi…...Worksheets.Names.First(x => x.FullText...GetRange()!; var worksheet = range.Worksheet; worksheet.PageSetup.PrintArea...

    forum.aspose.com/t/graphic-elements-in-html-are...
  6. Image Gridline color different from the color i...

    I am using Aspose.Cells to take snapshot of a range, when I get the image it has gridlines which are thicker and of a different color than in the excel sheet. I took one image using Range.getImage() of excel javascript A…...color when rendering the worksheet to an image. Adhirath April...}; PageSetup- worksheet.AutoFitRows(); worksheet.PageSetup.PrintArea...

    forum.aspose.com/t/image-gridline-color-differe...
  7. 渲染时间轴|Documentation

    使用Aspose.Cells for JavaScript通过C++管理Excel文件的时间线。...arrayBuffer )); // Access second worksheet (index 1) const sheet = workbook...workbook . worksheets . get ( 1 ); // Add timeline relating to...

    docs.aspose.com/cells/zh/javascript-cpp/renderi...
  8. XLOOKUP returns #VALUE - Free Support Forum - a...

    I am using Aspose.Cells 25.11.0. .NET 9.0 using System.Collections; using Aspose.Cells; var input = @"C:\input-for-aspose.xlsx"; var output = @"C:\output.xlsx"; Workbook? wbc; using (var ms = new FileStream(input, F…...Worksheet.Index); _list.Add(data.CellRow);...Count; i+=4) { Cell cell = wb.Worksheets[(int)_list[i]].Cells[(int)_list[i...

    forum.aspose.com/t/xlookup-returns-value/322497
  9. 用JavaScript通过C++将宏分配给表单控件|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++将宏代码分配给按钮等表单控件。...} // Accessing the first worksheet in the workbook const sheet...sheet = workbook . worksheets . get ( 0 ); // Adding a VBA module...

    docs.aspose.com/cells/zh/javascript-cpp/assign-...
  10. Create XLSM Using Python | products.aspose.com

    Generate Microsoft Excel XLSM documents using Python applications without using Microsoft Office....Get the access of required Worksheet using getWorksheets().get(index)...in the accessed cell using Worksheet.getCells().get(indexValue)...

    products.aspose.com/total/python-java/create/xlsm/