Sort Score
Result 10 results
Languages All
Labels All
Results 4,471 - 4,480 of 27,204 for

excel worksheet

(0.17 sec)
  1. Convert JPG to XLS via C# | Aspose

    Sample code for JPG to XLS C# conversion. Use API example code for batch JPG files to XLS conversion within VB.NET, Asp.NET or any .NET based application....with XLS extension represent Excel Binary File Format. Such files...can be created by Microsoft Excel as well as other similar spreadsheet...

    products.aspose.com/ocr/net/conversion/jpg-to-xls/
  2. OleFormat.source_item property | Aspose.Words f...

    OleFormat.source_item property. Gets or sets a string that is used to identify the portion of the source file that is being linked....source file is a Microsoft Excel workbook, the OleFormat.source_item...only a few cells from the worksheet. Examples Shows how to insert...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Reading value leads to results containing inacc...

    Hi Aspose team, i have a problem reading numeric values from given Excel file ‘TestNumeric.xlsx’. NumericValue.zip (8.3 KB) This file contains two cells with numeric values. They seem to be identical. A2 = 5,5569, B2…...reading numeric values from given excel file ‘TestNumeric.xlsx’. NumericValue...reading both cells using worksheet.getCells().get().getValue()...

    forum.aspose.com/t/reading-value-leads-to-resul...
  4. HTML file is displayed incorrectly - Free Suppo...

    I am using Aspose.Cells 25.7.0. .NET 9.0 HTML file is displayed incorrectly in MacOS Windows Everything displays correctly in Google Chrome and Edge Mac OS The layout displays incorrectly in Google Chrome and Safari …...Worksheets.Names) { if (name.Text ==...GetRange()!; var worksheet = range.Worksheet; worksheet.PageSetup.PrintArea...

    forum.aspose.com/t/html-file-is-displayed-incor...
  5. XLSB to XLSM Conversion Issue When Target File ...

    :page_facing_up: Description I’m encountering a deviation in behavior when converting an .xlsb file to .xlsm using Aspose.Cells for .NET v25.8.0. The attached file Template-Single-Quote-Issue-Link.xlsb contains a Pivot …...Expected Behavior (Using Microsoft Excel) When converting the .xlsb to...to .xlsm using Microsoft Excel, the relationship in xl\pivot...

    forum.aspose.com/t/xlsb-to-xlsm-conversion-issu...
  6. 档案

    档案...在这篇博客中,您将学习如何使用 C# 在 Excel 中创建甘特图。只需几行代码,您就可以自动生成动态且视觉...义,并准备导出到 Excel、PDF 或图像格式。让我们开始吧! 本文涵盖以下主题: C# Excel 库用于创建甘特图...

    blog.aspose.com/zh/cells/create-gantt-chart-in-...
  7. Convert PNG to XLS via C# | Aspose

    Sample code for PNG to XLS C# conversion. Use API example code for batch PNG files to XLS conversion within VB.NET, Asp.NET or any .NET based application....with XLS extension represent Excel Binary File Format. Such files...can be created by Microsoft Excel as well as other similar spreadsheet...

    products.aspose.com/ocr/net/conversion/png-to-xls/
  8. Leaderlines still visible - Free Support Forum ...

    Hi All, Do you know why the leader lines are still visible whereas I disabled it via code: var pathWorkbook = @"...\\TestHadrienDataLabel.xlsx"; var pathWorkbookNew = @"...\\TestHadrienDataLabelBis.xlsx"; …...Cells Product Family excel-charts , chart hormancey May...Workbook(pathWorkbook); Worksheet sheettest = wbtest.Worksheets[0]; Chart charttest...

    forum.aspose.com/t/leaderlines-still-visible/31...
  9. SaveToStream on a workbook with at least 257 co...

    If you call SaveToStream on a workbook that contains at least 257 columns, the returned stream contains corrupt data. If you create a new workbook from the stream, this workbook will not contain the correct values. In ad…...= new(); Worksheet sheet = saveWorkbook.Worksheets.First(); sheet...object value = readWorkbook.Worksheets.First().Cells[0, 256].Value;...

    forum.aspose.com/t/savetostream-on-a-workbook-w...
  10. 通过C++用JavaScript获取工作表页面设置的纸张宽度和高度|Documentation

    了解如何通过C++的JavaScript程序化获取Excel工作表页面设置的纸张宽度和高度。...{ Workbook , SaveFormat , Worksheet , Cell , Utils } = AsposeCells...Access first worksheet const sheet = workbook . worksheets . get (...

    docs.aspose.com/cells/zh/javascript-cpp/get-pap...