Sort Score
Result 10 results
Languages All
Labels All
Results 2,911 - 2,920 of 30,355 for

worksheet

(0.2 sec)
  1. Set legend size to certain percentage of the ch...

    Hi Team, I have a requirement to position the legend based on the chart size. I have a sample bar chart and the snipper is as follows. // init workbook Workbook wb = new Workbook(); WorksheetCollection sheets…...add(); Worksheet chartSheet = sheets.get(i);...= chartSheet.getCharts(); Worksheet dataSheet = sheets.get(0);...

    forum.aspose.com/t/set-legend-size-to-certain-p...
  2. Utility Features in PHP|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....Document Properties in PHP Worksheet to Image Conversion in PHP...

    docs.aspose.com/cells/net/utility-features-in-php/
  3. Get Validation Applied on a Cell|Documentation

    This article shows how to apply validation to a cell with JavaScript via C++.... Similarly, you can use Worksheet.validations.validationInCell(number...first worksheet const worksheet = workbook . worksheets . get...

    docs.aspose.com/cells/javascript-cpp/get-valida...
  4. Manage Shape Text Options with Node.js via C++|...

    Learn how to manage text options for shapes using Aspose.Cells for Node.js via C++....Add WordArt Watermark to Worksheet with Node.js via C++ Data...

    docs.aspose.com/cells/nodejs-cpp/managing-shape...
  5. Merge or Unmerge Range of Cells with JavaScript...

    Merge and Unmerge Cells in a Range in Excel with JavaScript via C++ code....first worksheet const worksheet = workbook . worksheets . get...Create a range const range = worksheet . cells . createRange ( "A1:D4"...

    docs.aspose.com/cells/javascript-cpp/merge-or-u...
  6. 获取单元值的文本宽度|Documentation

    了解如何通过Aspose.Cells for JavaScript在C++ API中获取单元格值的文本宽度。...Accessing the first worksheet and A1 cell const worksheet = workbook .... worksheets . get ( 0 ); const cell = worksheet . cells . get...

    docs.aspose.com/cells/zh/javascript-cpp/get-tex...
  7. Render Solid Gridlines while converting Excel t...

    Learn how to render solid gridlines while converting Excel to PDF using Aspose.Cells for JavaScript via C++....Prepare data const worksheet = wb . worksheets . get ( 0 ); const...const cell = worksheet . cells . get ( "D9" ); cell . value = "gridline"...

    docs.aspose.com/cells/javascript-cpp/render-sol...
  8. How to Format Numbers to Scientific Notation|Do...

    This article will introduce how to format numbers to scientific notation using Aspose.Cells for JavaScript via C++ API....formatting for the data in your worksheets, including scientific notation...the Desired Worksheet You need to access the worksheet where you...

    docs.aspose.com/cells/javascript-cpp/how-to-for...
  9. 使用 JavaScript 通过 C++ 从工作簿中提取 OLE 对象|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....all worksheets const sheetsCount = workbook . worksheets . count...++ ) { const worksheet = workbook . worksheets . get ( s ); //...

    docs.aspose.com/cells/zh/javascript-cpp/extract...
  10. Save Specified Worksheets to PDF with Node.js v...

    Learn how to save specified Worksheets to PDF using Aspose.Cells for Node.js via C++....Ask AI Save Specified Worksheets to PDF with Node.js via C++...Aspose.Cells saves all visible worksheets in a workbook to a PDF file...

    docs.aspose.com/cells/nodejs-cpp/save-specified...