Sort Score
Result 10 results
Languages All
Labels All
Results 2,441 - 2,450 of 21,285 for

worksheet

(0.37 sec)
  1. How to export Excel equations to other types of...

    Export Excel formulas to LaTeX and MathML using Aspose.Cells for C++....<body>" ; WorksheetCollection worksheets = workbook . GetWorksheets...ShapeCollection shapes = worksheets . Get ( 0 ). GetShapes ();...

    docs.aspose.com/cells/cpp/export-equation/
  2. Aspose.Cells 8.6.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....instance of first default worksheet Worksheet sheet = workbook . getWorksheets...a new module to the first worksheet int moduleIdx = workbook ...

    docs.aspose.com/cells/zh/java/public-api-change...
  3. Symbol in chart incorrectly rendered when using...

    Hi Aspose Team, I’m noticing an issue with a symbol not rendering correctly when I convert a chart to image using aspose cells. I’m using the latest version of aspose cells, V25.4.0. Here’s the code I’ve used: Documen…...xlsm")) { Worksheet sourceWS = TemplateWB.Worksheets["MeasureChartsNew"];...captured when converting the worksheet to image sourceWS.PageSetup...

    forum.aspose.com/t/symbol-in-chart-incorrectly-...
  4. 旋转单元格文本|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...sheet. Worksheet objworksheet = objworkbook . Worksheets [ 0 ];...

    docs.aspose.com/cells/zh/net/rotating-cell-text/
  5. Loading and Managing Excel, OpenOffice, Json, C...

    With Aspose.Cells for C++, it is simple to create, open, and manage Excel, CSV, TSV, ODS, HTML, Numbers, Json, XML, Pdf, Jpg, Tiff, Image, Mht, and XPS files.... Worksheet sheet = wb . GetWorksheets...workbook1 . GetWorksheets (); Worksheet sheet = sheets . Add ( u "MySheet"...

    docs.aspose.com/cells/cpp/loading-saving-and-ma...
  6. Data Validation|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....to auto-filter or validate worksheet data. Data validation is the...pertaining to data entered on a worksheet. For example, use validation...

    docs.aspose.com/cells/java/data-validation/
  7. Manage Shape Options|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....Add WordArt Watermark to Worksheet Data in Non-Primitive Shape...

    docs.aspose.com/cells/python-net/managing-shape...
  8. How to Format Number to Special with C++|Docume...

    This article will introduce how to Format Number to Special using Aspose.Cells for C++ API....Create a Workbook and Access a Worksheet You can either create a new...Cell You need to access the worksheet where you want to format numbers...

    docs.aspose.com/cells/cpp/how-to-format-number-...
  9. Set Line Spacing of the Paragraph in a Shape or...

    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....Text with Shape inside the Worksheet...

    docs.aspose.com/cells/python-net/set-line-spaci...
  10. 如何使用C++创建龙卷风图|Documentation

    了解如何使用API Aspose.Cells for C++创建龙卷风图。...); // Get the first worksheet Worksheet sheet = wb . GetWorksheets...chart collection from the worksheet ChartCollection charts = sheet...

    docs.aspose.com/cells/zh/cpp/create-tornado-chart/