Sort Score
Result 10 results
Languages All
Labels All
Results 4,981 - 4,990 of 30,205 for

worksheet

(0.28 sec)
  1. How to Apply Filter in Excel using Python

    This tutorial guides on how to apply filter in Excel using Python. It provides the complete information to configure the development environment, list of steps to write this application and a runnable sample code to add Excel filter using Python....operation Add sample data in a Worksheet and get a reference to it...

    kb.aspose.com/cells/python/how-to-apply-filter-...
  2. How to Convert Excel to HTML using C#

    This brief tutorial will explain how to convert Excel to HTML using C#. By using C# Excel to HTML conversion can be completed easily by following a few steps and a short code snippet....workbook or convert each worksheet to a separate HTML file according...

    kb.aspose.com/cells/net/how-to-convert-excel-to...
  3. Convert Excel Workbook to PDF|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....XLSM File Format Converting Worksheet to Different Image Formats...

    docs.aspose.com/cells/cpp/convert-excel-workboo...
  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. Assign and Validate Digital Signatures with Nod...

    Excel file digital signature and verification using Aspose.Cells for Node.js via C++. Protect the authenticity of workbook content with digital signatures....Add Signature line to the worksheet Support for XAdES Signature...

    docs.aspose.com/cells/nodejs-cpp/assign-and-val...
  6. How to Merge and Unmerge|Documentation

    Learn how to merge and unmerge cells in Aspose.Cells.GridJs UI and JavaScript API. This guide covers UI actions, JavaScript calls...that stretches across the worksheet width. Combine cells for a...

    docs.aspose.com/cells/python-net/aspose-cells-g...
  7. How to Merge and Unmerge|Documentation

    Learn how to merge and unmerge cells in Aspose.Cells.GridJs UI and JavaScript API. This guide covers UI actions and JavaScript calls....that stretches across the worksheet width. Combine cells for a...

    docs.aspose.com/cells/net/aspose-cells-gridjs/h...
  8. Smartly Importing Array Element by Index into E...

    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 of the smartmarker.xlsx file...

    docs.aspose.com/cells/net/how-to-import-array-e...
  9. DeleteBlankRows() is deleting rows even if it h...

    Ideally, according to the documentation, DeleteBlankRows() should delete only rows which are empty i.e. the rows which does not have any content, images, charts, comments etc… But in the attached file below, Even the r…...Worksheets[0].Shapes; int shapeCount...PlacementType.MoveAndSize; } wb.Worksheets[0].Cells.DeleteBlankRows();...

    forum.aspose.com/t/deleteblankrows-is-deleting-...
  10. Aspose cells 在保存wps编辑过的文件之后 里面的正文内容会变成蓝色字体 - Fr...

    文件原本是xls格式的 保存为xlsx格式之后 使用wps编辑 再使用cell工具保存 会出现com.aspose.cells.b.a.d.k59 cannot be cast to com.aspose.cells.l86这个错误,如果保存为xls格式再使用wps编辑,再使用cell工具保存的时候不报错,但是里面的正文内容会部分变成蓝色字体...xlsx"); Worksheet worksheet = workbook.getWorksheets()...for (int row = 0; row <= worksheet.getCells().getMaxDataRow();...

    forum.aspose.com/t/aspose-cells-wps/314668