Sort Score
Result 10 results
Languages All
Labels All
Results 201 - 210 of 17,523 for

area

(0.14 sec)
  1. Export range of cells to image/stream - Free Su...

    Hi, I am trying to copy range of cells from excel to PPT in Java. Is there any possibility to copy as editable table or as image in Aspose? Appreciate if you could reply sooner. P.S. I do not want to embed the excel in …...g you may sepcify print area for the sheet. See the complete...is bigger (with lot of blank area). So I used the Paper Size function...

    forum.aspose.com/t/export-range-of-cells-to-ima...
  2. Get Range with External Links using JavaScript ...

    Learn how to get ranges with external links using Aspose.Cells for JavaScript via C++. Retrieve data from different Excel files efficiently....of the area ReferredArea.endRow : The end row of the area ReferredArea...Indicates whether this is an area ReferredArea.isExternalLink()...

    docs.aspose.com/cells/javascript-cpp/get-range-...
  3. 用 JavaScript 通过 C++ 管理 Excel 图表的标题|Documentation

    学习如何使用 Aspose.Cells for JavaScript 通过 C++ 添加和格式化 Microsoft Excel 中的图表和轴标题。我们的指南将演示如何设置不同类型的标题,调整其外观,以及修改轴标题以获得更佳的数据表现和清晰度。...color of the plot area chart . plotArea . area . foregroundColor...color of the chart area chart . chartArea . area . foregroundColor...

    docs.aspose.com/cells/zh/javascript-cpp/chart-a...
  4. Tracing Precedents and Dependents in Aspose.Cel...

    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....Count ; m ++) { ReferredArea area = ret [ m ]; StringBuilder stringBuilder...= new StringBuilder (); if ( area . IsExternalLink ) { stringBuilder...

    docs.aspose.com/cells/net/tracing-precedents-an...
  5. Aspose.Cells - Incorrect html is saved - Free S...

    I need to save certain range of cells as html. I use Workbook.Save xlsx file as html: workbook.Save(fs, htmlOptions); Save as HTML method does not work. 25.3.0 - Works correctly 25.4.0 - Does not work var input = @"…...problem: Check Print Area : Ensure that the print area is correctly set...range.Address to set the print area. Verify that this address is...

    forum.aspose.com/t/aspose-cells-incorrect-html-...
  6. Add WordArt Watermark to Chart|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 effect to a chart’s plot area as a watermark. The WordArt...watermark for the chart plot area. Adding WordArt Watermark to...

    docs.aspose.com/cells/java/add-wordart-watermar...
  7. 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....value only and the validation area is A1:A10. Programming Sample:...from the list. The validation area is the cell range A1:A5 in the...

    docs.aspose.com/cells/java/data-validation/
  8. Get Max Range In A Worksheet with C++|Documenta...

    This article describes how to get the max range, max data range, and max display range of Excel files with the Aspose.Cells for C++ library....we need to know the maximum area. When copying all data from...the maximum area. When exporting a specified area to HTML and...

    docs.aspose.com/cells/cpp/get-max-range-in-a-wo...
  9. Data Validation|Documentation

    Learn how to add data validation through the Aspose.Cells for JavaScript via C++ API....validations ; // Create Cell Area const ca = new AsposeCells ...structure const area = new AsposeCells . CellArea (); area . startRow...

    docs.aspose.com/cells/javascript-cpp/data-valid...
  10. [Regression?] Location of PlotArea in charts is...

    Hi, We use on Aspose.Cells to move textboxes inside charts, in order to do this, we use the APIs to get the location of the plot Area and move it accordingly. However, it seems after Aspose migrated PlotArea.InnerX to …...get the location of the plot area and move it accordingly. However...top left corner of the plot area: var workbook = new Workbook(@"...

    forum.aspose.com/t/regression-location-of-plota...