Sort Score
Result 10 results
Languages All
Labels All
Results 4,511 - 4,520 of 27,380 for

excel worksheet

(1.24 sec)
  1. 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...
  2. Add Comments in Spreadsheet in xlsx4j|Documenta...

    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....method (encapsulated in the Worksheet object). The new Comment object...new worksheet to the Workbook object Worksheet worksheet = workbook...

    docs.aspose.com/cells/java/add-comments-in-spre...
  3. 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...
  4. 在工作表中删除重复行(使用C++)|Documentation

    学习如何使用Aspose.Cells for C++ API删除工作表中的重复行。...Contents [ Hide ] 删除重复行是Microsoft Excel的许多实用功能之一。它允许用户删除工作表中的重复行,并可选择检查哪些列中的重复信息。...duplicates from the first worksheet book . GetWorksheets (). Get...

    docs.aspose.com/cells/zh/cpp/remove-duplicate-r...
  5. Get a List of Fonts used in a Spreadsheet or Wo...

    Learn how to get a list of fonts used in a spreadsheet or workbook using Aspose.Cells for JavaScript via C++. This article will show you how to retrieve font information from a document....sample code loads the source Excel file and retrieves the list...inside it. It has one dummy worksheet that contains some dummy fonts...

    docs.aspose.com/cells/javascript-cpp/get-a-list...
  6. Set External Links in Formulas with JavaScript ...

    Learn how to set external links in formulas using Aspose.Cells for JavaScript via C++....the first worksheet const sheet = workbook . worksheets . get (...textContent = 'Download Modified Excel File' ; document . getElementById...

    docs.aspose.com/cells/javascript-cpp/set-extern...
  7. 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...
  8. Why Not Open XML SDK|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....conversions between all popular Excel formats, including conversion...standard and advanced Microsoft Excel functions. Compare Open XML...

    docs.aspose.com/cells/java/why-not-open-xml-sdk/
  9. Public API Changes in Aspose.Cells 8.0.2|Docume...

    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 var sheet = book . Worksheets [ 0 ]; //Add...This is test" ; //Save the Excel file book . Save ( myDir + "output...

    docs.aspose.com/cells/net/public-api-changes-in...
  10. Assign Macro to Form Control with C++|Documenta...

    Learn how to assign a macro to a Form Control like a Button using Aspose.Cells for C++....output XLSM file in Microsoft Excel, you will see the following..." ); Workbook workbook ; Worksheet sheet = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/assign-macro-to-form-...