Sort Score
Result 10 results
Languages All
Labels All
Results 3,771 - 3,780 of 30,454 for

worksheet

(0.11 sec)
  1. 在Jython中使用工作表索引删除工作表|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....( fstream ) # Removing a worksheet using its sheet index workbook...

    docs.aspose.com/cells/zh/java/removing-workshee...
  2. Iterate Rows and Columns|Documentation

    Learn how to iterate rows and columns through the Aspose.Cells for Java APIs....Display Range Range range = worksheet . getCells (). getMaxDisplayRange...

    docs.aspose.com/cells/java/iterate-rows-and-col...
  3. Calculation results differ from Excel 365 - Fre...

    Hi, Using Aspose Cells for Java, version 25.7. Sample code: Workbook workbook = new Workbook("iferror.xlsx"); WorksheetCollection Worksheets = workbook.getWorksheets(); Worksheet Worksheet = Worksheets.get("S1-8.2 - T…...WorksheetCollection worksheets = workbook.getWorksheets(); Worksheet worksheet...worksheet = worksheets.get("S1-8.2 - T.401082"); Cells cells = worksheet...

    forum.aspose.com/t/calculation-results-differ-f...
  4. Specify whether the PivotTable is compatible fo...

    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....{ Workbook , SaveFormat , Worksheet , Cell , Utils } = AsposeCells...arrayBuffer )); // Access first worksheet that contains pivot table...

    docs.aspose.com/cells/javascript-cpp/specify-wh...
  5. Smart marker with nested objects (map / list) f...

    Hi, I’m working with a Json data with nested objects that fail to work with horizontal parameter. It returns some internal reference instead of the actual data: (e.g. com.aspose.cells.t_e@6179e425) Here is a code snipp…...workbook = new Workbook(); Worksheet worksheet = workbook.getWorksheets()...getWorksheets().get(0); worksheet.setName("Sheet1"); worksheet.getCells()...

    forum.aspose.com/t/smart-marker-with-nested-obj...
  6. CELLSNET-57840: Placement of values in/around p...

    Hi, I tested the new version of aspose for the issue previously recorded as CELLSNET-57840. In my testing I found that this particular chart where the placement is really off. I’ve used the range “Demographics!D273:O3…...xlsm")) { Worksheet sourceWS = TemplateWB.Worksheets["Demographics"];...captured when converting the worksheet to image sourceWS.PageSetup...

    forum.aspose.com/t/cellsnet-57840-placement-of-...
  7. How to set RoundedRectangle corner radius? - Fr...

    @amjad.sahi, @Professionalize.Discourse, @John.He, @simon.zhao image.png (44.1 KB) Shape commentShape = Worksheet.Shapes.AddAutoShape(AutoShapeType.RoundedRectangle, 0, 0, 0, 0, 0, 0); commentShape.Placement = P…...KB) Shape commentShape = worksheet.Shapes.AddAutoShape(AutoShapeType...shape Shape commentShape = worksheet.Shapes.AddAutoShape(AutoShapeType...

    forum.aspose.com/t/how-to-set-roundedrectangle-...
  8. 在工作表中的单元格添加边框|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.... Worksheet objSheet = ( Excel . Worksheet ) objBook...First sheet. Worksheet objSheet = objBook . Worksheets [ "Sheet1"...

    docs.aspose.com/cells/zh/net/add-borders-to-cel...
  9. How to use Aspose.Cells for Python via Java in ...

    This section compares Aspose.Cells for Python via Java components and some other Excel Python operation libraries....in a specified cell of a worksheet. Complete environment preparation...text. Access any cell of a worksheet in the Microsoft Excel file...

    docs.aspose.com/cells/python-java/aspose-cells-...
  10. Convert Excel Range to Python List | Python Exc...

    Learn how to convert a range of Excel into a Python list using Aspose.Cells for Python. Find a step-by-step guide with code examples for data analysis.... Second, fetch the first worksheet. Next, create a range, e.g...workbook. Access the target worksheet. Select the row by index....

    blog.aspose.com/cells/convert-range-of-excel-to...