Sort Score
Result 10 results
Languages All
Labels All
Results 7,601 - 7,610 of 41,169 for

worksheet

(0.13 sec)
  1. Group feature in Aspose.cells JAVA - Free Suppo...

    Hello Team, Good Morning. How can we apply grouping logic to columns using Aspose cells. I am attaching sample sheet with desired output. Basically I want to be able to group columns Quarter and year wise. Sample Exce…...getGreen()); Worksheet sheet = wb.getWorksheets()...

    forum.aspose.com/t/group-feature-in-aspose-cell...
  2. Wrong export to html - Aspose.Cells Product Fam...

    Hi we are having an issue on our service (docker that runs on Azure cloud as a kubernetes pod with Debian 11 OS.). When we try to convert the name range DR_PUBv2__1648448656 in the sorce.xlsx we are having an issue wit…...UTF8 }; worksheet.PageSetup.PrintArea = range...Address; workbook.Worksheets.ActiveSheetIndex = worksheet.Index; using...

    forum.aspose.com/t/wrong-export-to-html/249290
  3. 使用 Python 在 PPTX 演示文件中创建图表 | products.aspose.com

    Python 源代码,用于在 PPTX 演示文稿中创建图表。...= 0 # Get the chart data worksheet fact = chart . chart_data...

    products.aspose.com/slides/zh/python-net/chart/...
  4. 使用 Python 在 PPT 演示文件中創建圖表 | products.aspose.com

    Python 源代碼,用於在 PPT 演示文稿中創建圖表。...= 0 # Get the chart data worksheet fact = chart . chart_data...

    products.aspose.com/slides/zh-hant/python-net/c...
  5. 使用 Python 在 PPTX 演示文件中創建圖表 | products.aspose.com

    Python 源代碼,用於在 PPTX 演示文稿中創建圖表。...= 0 # Get the chart data worksheet fact = chart . chart_data...

    products.aspose.com/slides/zh-hant/python-net/c...
  6. Aspose.Cells 8.9.0中的公共API更改|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....the worksheet to be rendered var sheet = book . Worksheets [ 0...spreadsheet var pivot = book . Worksheets [ 0 ]. PivotTables [ 0 ];...

    docs.aspose.com/cells/zh/net/public-api-changes...
  7. Convert GIF to XLS via C# | products.aspose.com

    Sample code for GIF to XLS C# conversion. Use API example code for batch GIF files to XLS conversion within VB.NET, Asp.NET or any .NET based application....workbook can have one or more worksheets. Data is stored and displayed...users in table format in worksheet and can span numeric values...

    products.aspose.com/ocr/net/conversion/gif-to-xls/
  8. Class Style | Aspose.Cells for .NET API Reference

    Aspose.Cells.Style class. Represents display style of excel documentsuch as fontcoloralignmentborderetc. The Style object contains all style attributes font number format alignment and so on as properties...formula will be hidden when the worksheet is protected. IsGradient {...WorksheetCollection sheets = workbook . Worksheets ; Cell cell = sheets [ 0...

    reference.aspose.com/cells/net/aspose.cells/style/
  9. Aspose.Cells for .NET 20.7 Release Notes|Docume...

    Aspose.Cells for .Net 20.7 Release Notes – the latest enhancements, new features, and fixes....Enhancement CELLSNET-47433 Worksheet.Cells.RemoveDuplicates does...start row index when removing worksheet Exceptions CELLSNET-47466...

    docs.aspose.com/cells/net/aspose-cells-for-net-...
  10. Export to/from JSON - Free Support Forum - aspo...

    Hello guys! We are building a POC where a user may create an xlsx file from JSON data, do some changes and import it back. The problem we have right now that the JSON structure is being corrupted. Original JSON: [ …...Worksheets.Clear (); var worksheet = workbook.Worksheets...ImportData (serializeObject, worksheet.Cells, 0, 0, new JsonLayoutOptions...

    forum.aspose.com/t/export-to-from-json/286437