Sort Score
Result 10 results
Languages All
Labels All
Results 5,931 - 5,940 of 41,182 for

worksheet

(0.14 sec)
  1. Aspose.Cells 股价图保存之后变成了折线图跟组合图 - Free Support F...

    使用以下代码 var wb = new Workbook("input.xlsx"); var Worksheet = wb.Worksheets["Sheet2"]; foreach (var chart in Worksheet.Charts) { chart.Calculate(); } wb.Save("output.xlsx"); 保存之后: 图表 3(盘高-盘低-收盘图),图表 4(开盘-盘高-盘低-收盘图)…...xlsx"); var worksheet = wb.Worksheets["Sheet2"]; foreach...foreach (var chart in worksheet.Charts) { chart.Calculate(); } wb.Save("output...

    forum.aspose.com/t/aspose-cells/273352
  2. Aspose.Cells for Java 16.12.0 Release Notes|Doc...

    Aspose.Cells for Java 16.12.0 Release Notes – the latest enhancements, new features, and fixes....changed while converting worksheet to EMF Bug CELLSJAVA-42063...unbold Bug CELLSJAVA-42058 Worksheet.autoFitColumns method does...

    docs.aspose.com/cells/java/aspose-cells-for-jav...
  3. Working with Background in ODS 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....Remove Scenarios from Worksheets Get worksheet unique id...

    docs.aspose.com/cells/java/working-with-backgro...
  4. Get DrawObject and Bound while rendering to PDF...

    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....Save Specified Worksheets to PDF Fit All Worksheet Columns on Single...

    docs.aspose.com/cells/java/get-drawobject-and-b...
  5. Class ShapeTextAlignment | Aspose.Cells for .NE...

    Aspose.Cells.Drawing.Texts.ShapeTextAlignment class. Represents the setting of shapes text alignment...the shape is locked when worksheet is protected. IsTextWrapped...Shape shape = workbook . Worksheets [ 0 ]. Shapes . AddRectangle...

    reference.aspose.com/cells/net/aspose.cells.dra...
  6. Minimum number of columns in GridJS spreadsheet...

    When exporting a GridJsWorkbook to JSON, we’re seeing that cols for each sheet is always at least 16, even when the source excel file has fewer columns. Similarly, when converting an Excel file with a single row, the out…...only one column/row in the worksheet, then the output should be:...Workbook(source); foreach (Worksheet sheet in workbook.Worksheets) { if (pageSetup...

    forum.aspose.com/t/minimum-number-of-columns-in...
  7. Aspose::Cells::Cell::GetDependents method | Asp...

    Aspose::Cells::Cell::GetDependents method. Get all cells whose formula references to this cell directly in C++....whether check formulas in other worksheets Remarks If one reference...formulas in the workbook or worksheet will be analized and checked...

    reference.aspose.com/cells/cpp/aspose.cells/cel...
  8. ViewType - Aspose.Cells for PHP via Java - API ...

    Explanation of Aspose.Cells for PHP via Java classes, methods & interfaces for you to read, write & convert spreadsheets programmatically....WorkbookRender WorkbookSettings Worksheet WorksheetCollection WriteProtection...Represents the view type of the worksheet. Field Summary const Number...

    reference.aspose.com/cells/php/aspose.cells/Vie...
  9. highlightchangesoptions - Aspose.Cells for Pyth...

    Details & examples of Aspose.Cells for Python via Java classes, methods & interfaces for you to read, write & convert spreadsheets programmatically....WorkbookRender WorkbookSettings Worksheet WorksheetCollection WriteProtection...listing changes on a new worksheet....

    reference.aspose.com/cells/python-java/asposece...
  10. viewtype - Aspose.Cells for Python via Java - A...

    Details & examples of Aspose.Cells for Python via Java classes, methods & interfaces for you to read, write & convert spreadsheets programmatically....WorkbookRender WorkbookSettings Worksheet WorksheetCollection WriteProtection...Represents the view type of the worksheet. Field Summary const int NORMAL_VIEW...

    reference.aspose.com/cells/python-java/asposece...