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

excel worksheet

(0.45 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. Get Range with External Links using JavaScript ...

    Learn how to get ranges with external links using Aspose.Cells for JavaScript via C++. Retrieve data from different Excel files efficiently....lot of times Excel files access data from other Excel files using...{ Workbook , SaveFormat , Worksheet , Cell , Utils } = AsposeCells...

    docs.aspose.com/cells/javascript-cpp/get-range-...
  3. 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...
  4. License File Not Working Anymore|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....Copyright Warning watermark worksheet (whenever they generate reports...project to generate/manipulate Excel reports, and we have a valid...

    docs.aspose.com/cells/net/license-file-not-work...
  5. 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...
  6. Data validation example fails - Free Support Fo...

    The data validation example at Data Validation|Documentation has the following line: Validation validation = validations[validations.Add(ca)]; However, this doesn’t compile, as there is no ValidationCollection.Add that…...(runnable) code snippet and sample Excel files (you may zip prior attaching...first worksheet. Worksheet worksheet = workbook.Worksheets[0];...

    forum.aspose.com/t/data-validation-example-fail...
  7. 在工作表中删除重复行(使用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...
  8. 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...
  9. 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...
  10. 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...