Sort Score
Result 10 results
Languages All
Labels All
Results 4,411 - 4,420 of 30,325 for

worksheet

(0.18 sec)
  1. Set Picture as Background Fill in the Chart wit...

    Learn how to set a picture as the background fill in a chart using Aspose.Cells for JavaScript via C++. Our guide will show you how to import and position the picture, adjust its size and color, and apply formatting options to enhance your chart's appearance....arrayBuffer )); // Get the first worksheet and set its name to "Data"..."Data" let sheet = workbook . worksheets . get ( 0 ); sheet . name...

    docs.aspose.com/cells/javascript-cpp/set-pictur...
  2. Image looks slightly different than in Excel af...

    Hi, we use following code to render an image in Excel to png: Workbook wb = new Workbook(“Example2.xlsx”); Worksheet excelWorksheet = wb.Worksheets[“Example 2”]; string rangeName = “BIPLI_Example2”; CellsHelper.DPI …...xlsx”); Worksheet excelWorksheet = wb.Worksheets[“Example 2”];...Aspose.Cells.Range range = wb.Worksheets.GetRangeByName(rangeName);...

    forum.aspose.com/t/image-looks-slightly-differe...
  3. PPTX document chart using Java | products.aspos...

    Java sample code to draw and convert chart or diagram in PPTX file on Java Runtime Environment for JSP/JSF Application and Desktop Applications.... Get the chart data worksheet. Delete default generated...//Getting the chart data worksheet IChartDataWorkbook fact =...

    products.aspose.com/slides/java/chart/pptx/
  4. 不用在工作表中编写,直接用JavaScript用C++进行自定义函数的计算|Documenta...

    本文介绍如何使用Aspose.Cells库,允许用JavaScript用C++在Microsoft Excel中直接计算自定义函数,无需在工作表中编写函数。加载现有Excel文件或新建一个,计算自定义函数,并保存修改后的文件。...请使用 Worksheet.calculateFormula(formula,...Access first worksheet const ws = workbook . worksheets . get ( 0...

    docs.aspose.com/cells/zh/javascript-cpp/direct-...
  5. 在 JavaScript 通过 C++ 使用 HtmlSaveOptions.tableCss...

    学习如何使用 Aspose.Cells for JavaScript 通过 C++ 对 HTML 中的表格元素样式进行前缀。...Access first worksheet const ws = wb . worksheets . get ( 0 );...Access first worksheet const ws = wb . worksheets . get ( 0 );...

    docs.aspose.com/cells/zh/javascript-cpp/prefix-...
  6. Copying formulas with cell referecing other she...

    Hi, I have a workbook with following formula in cell G3 in Sheet1 which is referencing Sheet2. When I try to copy this formula to cell C3 in Sheet1, the relative cell reference part is the same as source and won’t ajust…...first worksheet Worksheet sheet1 = workbook.Worksheets[0]; //...

    forum.aspose.com/t/copying-formulas-with-cell-r...
  7. How to Manage Dates and Times|Documentation

    Learn how to manage dates and times through the Aspose.Cells for JavaScript via C++ API....of the newly added worksheet (first worksheet) const ws = workbook...workbook . worksheets . get ( 0 ); const cells = ws . cells ; const...

    docs.aspose.com/cells/javascript-cpp/how-to-man...
  8. Aspose.Cells for Java 可中断库|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....new Workbook (); // Get the Worksheets WorksheetCollection wss =...i = 0 ; i < 50 ; i ++) { Worksheet sheet = wss . get ( wss ....

    docs.aspose.com/cells/zh/java/aspose-cells-for-...
  9. Avoid exponential notation of large numbers whi...

    Learn how to prevent large numbers from being converted to exponential notation while importing from HTML using Aspose.Cells for JavaScript via C++....Access first worksheet const sheet = workbook . worksheets . get (...

    docs.aspose.com/cells/javascript-cpp/avoid-expo...
  10. Working with the ThreeDFormat of Shape or Chart...

    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....first shape in the first worksheet, sets the sub‑properties of...)); const ws = workbook . worksheets . get ( 0 ); const sh = ws...

    docs.aspose.com/cells/javascript-cpp/working-wi...