Sort Score
Result 10 results
Languages All
Labels All
Results 5,431 - 5,440 of 30,799 for

worksheet

(0.09 sec)
  1. Aspose.Slides Adds an Unwanted “1” Label to the...

    Hi Team, We are encountering an issue where, during the creation of a stacked vertical chart, Aspose automatically inserts the value “1” on the horizontal (category) axis whenever a category label is empty. This behavio…...// Access the chart data worksheet IChartDataWorkbook workbook...

    forum.aspose.com/t/aspose-slides-adds-an-unwant...
  2. How to Set Authorization Token for Internal API...

    Hi Aspose Team, We are using Aspose.Cells GridJs Spreadsheet in our web application and it’s working well for displaying Excel files. However, we are facing an issue with internal API calls, specifically when loading i…... when clicking worksheet, it will raise sheet-selected...sheet-selected event . when worksheet is loaded, especially for images/shapes...

    forum.aspose.com/t/how-to-set-authorization-tok...
  3. Manage OLE in Presentations Using Java|Aspose.S...

    Optimize OLE object management in PowerPoint and OpenDocument files with Aspose.Slides for Java. Embed, update, and export OLE content seamlessly.... Access the desired Worksheet and amend the data. Save the...the Working Solution for Worksheet Resizing practices—either...

    docs.aspose.com/slides/java/manage-ole/
  4. Manage Document Properties|Documentation

    Learn how to manage document properties through the Aspose.Cells for .NET APIs....multiple worksheets, each represented by the Worksheet class, whereas...whereas the collection of worksheets is represented by the WorksheetCollection...

    docs.aspose.com/cells/net/managing-document-pro...
  5. Manage OLE in Presentations Using Python|Aspose...

    Optimize OLE object management in PowerPoint and OpenDocument files with Aspose.Slides for Python via .NET. Embed, update, and export OLE content seamlessly.... Open the desired Worksheet and edit the data. Save the...workbook data. workbook . worksheets . get ( 0 ) . cells . get...

    docs.aspose.com/slides/python-net/manage-ole/
  6. Manage Document Properties|Documentation

    Learn how to manage document properties through the Aspose.Cells for Node.js via Java APIs....multiple worksheets, each represented by the Worksheet class, whereas...whereas the collection of worksheets is represented by the WorksheetCollection...

    docs.aspose.com/cells/nodejs-java/managing-docu...
  7. 档案

    档案...worksheetIndex++) { // 获取工作表的参考 Worksheet ws = collection.get(worksheetIndex);...worksheetIndex++) { // 获取工作表的参考 Worksheet ws = collection.get(worksheetIndex);...

    blog.aspose.com/zh/cells/convert-excel-files-to...
  8. The library doesn't apply the correct style pro...

    Hi! I have an issue when I want read the Cell’s Style’s properties. I flagged only the border’s property and the other properties are not flagged, but (in my case) when I want read the property “isAlignmentApplied()” t…...xlsx"); var worksheet = workbook.Worksheets[0]; var cell =...= worksheet.Cells["A1"]; var style = cell.GetStyle(); Console...

    forum.aspose.com/t/the-library-doesnt-apply-the...
  9. 通过JavaScript用C++降低Cell.Calculate方法的计算时间|Documen...

    本文介绍如何使用Aspose.Cells库,通过JavaScript用C++减少Excel中的单元格计算方法的计算时间。...Access first worksheet const ws = workbook . worksheets . get ( 0...

    docs.aspose.com/cells/zh/javascript-cpp/decreas...
  10. Label randomly switches between 1- and 2- line ...

    Hi, we use following code to create pictures from Excel: Workbook wb = new Workbook(“Example1.xlsx”); Worksheet excelWorksheet = wb.Worksheets[“Example 1”]; string rangeName = “BIPLI_Example1”; CellsHelper.DPI = 96; …...xlsx”); Worksheet excelWorksheet = wb.Worksheets[“Example 1”];...Aspose.Cells.Range range = wb.Worksheets.GetRangeByName(rangeName);...

    forum.aspose.com/t/label-randomly-switches-betw...