Sort Score
Result 10 results
Languages All
Labels All
Results 3,641 - 3,650 of 26,628 for

worksheet

(0.55 sec)
  1. Get Cell String Value with and without Formatti...

    Learn how to get cell string value with and without formatting using the Aspose.Cells for .NET API....Assistant Close Export Data from Worksheet in .NET Measure the Width...

    docs.aspose.com/cells/net/get-cell-string-value...
  2. 不同的文件,设置cellshelper.dpi=120后再设置相同列宽,结果不一致 - Fre...

    不同的文件(一个是已存在文件,一个是使用aspose.cells生成的),设置cellshelper.dpi=120后再设置相同列宽,结果不一致。原因是什么?如何让test1.xlsm可以按照设置的DPI,设置列宽? public static void Run5() { CellsHelper.DPI = 120; string file_path1 = "C:\\Users\\jlt\\Documents\\test1.xl…...Workbook(file_path1); Worksheet sheet = workbook.Worksheets[0]; sheet.Cells...Workbook(file_path2); Worksheet sheet2 = workbook2.Worksheets[0]; sheet2...

    forum.aspose.com/t/cellshelper-dpi-120/322191
  3. Caculate Formula causes some cells to return #R...

    PFA Workbook (2.5 MB) Sample code: var workbook = new Aspose.Cells.Workbook(@"02_Investment Template v01.00 - 04.29.25.xlsx"); var Worksheet = workbook.Worksheets["EDA"]; var valueBefore = work…...xlsx"); var worksheet = workbook.Worksheets["EDA"]; var valueBefore...valueBefore = worksheet.Cells["CJ4"].Value; var options = new CalculationOptions...

    forum.aspose.com/t/caculate-formula-causes-some...
  4. Refresh Values of Linked Shapes|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....then you will have to call Worksheet.Shapes.update_selected_value()...Python via .NET and then call Worksheet.Shapes.update_selected_value()...

    docs.aspose.com/cells/python-net/refresh-values...
  5. Public API Changes in Aspose.Cells 8.2.0|Docume...

    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....AutoFitColumns have been added to the Worksheet class, allowing the developers...

    docs.aspose.com/cells/net/public-api-changes-in...
  6. Execute client side function on GridWeb page ch...

    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....GridWeb Cell Validate entire worksheet instead of only the updated...

    docs.aspose.com/cells/java/execute-client-side-...
  7. Multiple Format Support|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....– Comma‑Separated Values worksheet document ODS – OpenDocument...

    docs.aspose.com/cells/sharepoint/multiple-forma...
  8. Rows Collections - Free Support Forum - aspose.com

    Hi, I was wondering if there was a method to return a rows collection in a Worksheet following a certain criteria? For example, if i only wanted rows that had data/no data or is hidden/not hidden. At the moment I would…...return a rows collection in a worksheet following a certain criteria...property of the row. If a worksheet has data entry on say rows...

    forum.aspose.com/t/rows-collections/315172
  9. Merge Files|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.copy() method can be used to copy worksheets into...Merge Multiple Worksheets into a Single Worksheet Analyzing your...

    docs.aspose.com/cells/java/merge-files/
  10. insertColumns() not work fine with InsertOption...

    Hi, I have an issue. When I try insert row/column with the object InsertOption this work fine with the insertRows() but not with insertColumns(). Workbook workbook = new Workbook("cicciofessa.xlsx"); Worksheet workshe…...xlsx"); Worksheet worksheet = workbook.getWorksheets()...println(options.getCopyFormatType()); worksheet.getCells().insertColumns(3...

    forum.aspose.com/t/insertcolumns-not-work-fine-...