Sort Score
Result 10 results
Languages All
Labels All
Results 3,781 - 3,790 of 30,428 for

worksheet

(0.16 sec)
  1. How to Export List Data to Excel in Java

    In this brief tutorial you will learn how to export list data to Excel in Java. We will create an empty workbook and a list of strings and then export list to Excel in Java...data Get the reference to a Worksheet from the newly created workbook...well. Similarly, the first worksheet reference is obtained to write...

    kb.aspose.com/cells/java/how-to-export-list-dat...
  2. 用C++设置范围边框|Documentation

    学习如何在Aspose.Cells中用C++设置范围边框。...reference of the newly added worksheet Worksheet ws = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/set-range-border/
  3. How to Control Workbook View with JavaScript vi...

    Learn how to control the Workbook View through the Aspose.Cells for JavaScript via C++ API....data to cells in the first worksheet. Hide horizontal and vertical...the first worksheet const ws = workbook . worksheets . get ( 0...

    docs.aspose.com/cells/javascript-cpp/how-to-con...
  4. Customize Pie Charts in Presentations Using Jav...

    Learn how to create and customize pie charts in Java with Aspose.Slides, exportable to PowerPoint, boosting your data storytelling in seconds.... Getting the chart data worksheet. Delete default generated...// Getting the chart data worksheet IChartDataWorkbook fact =...

    docs.aspose.com/slides/java/pie-chart/
  5. Incorrect rendering when converting chart to im...

    Hi Aspose team, I’ve run into an issue when converting a chart to EMF image. The rendered output is different from the excel chart itself. Here’s the code I used to generate my test outputs: string dir = @"C:\Users\";…...xlsm")) { Worksheet sourceWS = TemplateWB.Worksheets["Demographics"];...captured when converting the worksheet to image sourceWS.PageSetup...

    forum.aspose.com/t/incorrect-rendering-when-con...
  6. 指定数据透视项的绝对位置|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 pivot worksheet and get data worksheet const wsPivot...wsPivot = workbook . worksheets . add ( "pvtNew Hardware" ); const wsData...

    docs.aspose.com/cells/zh/javascript-cpp/specify...
  7. Customize Pie Charts in Presentations Using PHP...

    Learn how to create and customize pie charts with Aspose.Slides for PHP via Java, exportable to PowerPoint, boosting your data storytelling in seconds.... Getting the chart data worksheet. Delete default generated...# Getting the chart data worksheet $fact = $chart -> getChartData...

    docs.aspose.com/slides/php-java/pie-chart/
  8. 档案

    档案... 将所需的工作表放入 Worksheet 类对象中。 (可选)将数据插入工作表。 使用 Charts...xlsx"); // 访问工作表 Worksheet sheet = wb.Worksheets[0]; // 获取图表 ChartCollection...

    blog.aspose.com/zh/cells/tornado-charts-in-exce...
  9. Calculation results differ from Excel 365 - Fre...

    Hi, Using Aspose Cells for Java, version 25.7. Sample code: Workbook workbook = new Workbook("iferror.xlsx"); WorksheetCollection Worksheets = workbook.getWorksheets(); Worksheet Worksheet = Worksheets.get("S1-8.2 - T…...WorksheetCollection worksheets = workbook.getWorksheets(); Worksheet worksheet...worksheet = worksheets.get("S1-8.2 - T.401082"); Cells cells = worksheet...

    forum.aspose.com/t/calculation-results-differ-f...
  10. How to add a PivotChart using Aspose.Cells for ...

    How to add a PivotChart using Aspose.Cells for Node.js via C++....via C++: Add some data to a worksheet using a Cell object’s putValue...Add a pivot table to the worksheet by calling the add method...

    docs.aspose.com/cells/nodejs-cpp/how-to-add-piv...