Sort Score
Result 10 results
Languages All
Labels All
Results 1,901 - 1,910 of 18,224 for

excel worksheet

(0.24 sec)
  1. Create Pivot Charts in xlsx4j|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....invoice entries in a list in a worksheet. A pivot table can total the...product or date. With Microsoft Excel it is possible to quickly re-arrange...

    docs.aspose.com/cells/java/create-pivot-charts-...
  2. Create Pivot Tables and Pivot Charts|Documentation

    How to add Pivot Tables and Pivot Charts with Aspose.Cells for Node.js via C++....invoice entries in a list in a worksheet. A pivot table can total the...product or date. With Microsoft Excel it is possible to quickly re-arrange...

    docs.aspose.com/cells/nodejs-cpp/create-pivot-t...
  3. Convert Workbook to JSON with C++|Documentation

    Learn how to convert Excel workbooks to JSON format using Aspose.Cells for C++.... Convert Excel Workbook to JSON The Aspose...settings for exporting the worksheet to JSON. The following code...

    docs.aspose.com/cells/cpp/convert-workbook-to-j...
  4. Get Validation Applied on a Cell with C++|Docum...

    This article shows how to apply validation on a Cell with C++.... Similarly, you can use Worksheet::Validations::GetValidationInCell...Instantiate the workbook from sample Excel file Workbook workbook ( srcDir...

    docs.aspose.com/cells/cpp/get-validation-applie...
  5. Find Type of X and Y Values of Points in Chart ...

    Learn how to determine the type of X and Y values in chart series points using Aspose.Cells for C++. Our guide will explain the different types of data values and show you how to access and work with them in your charts....sample code loads the sample Excel file and accesses the first...first chart inside the first worksheet. It then calls the Chart::Calculate()...

    docs.aspose.com/cells/cpp/find-type-of-x-and-y-...
  6. Change the Font on just the specific Unicode ch...

    Learn how to change the font of specific Unicode characters while saving to PDF using Aspose.Cells with C++....Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...Access cells Cell cell1 = worksheet . GetCells (). Get ( u "A1"...

    docs.aspose.com/cells/cpp/change-the-font-on-ju...
  7. 用C++获取图表所在工作表|Documentation

    了解如何使用Aspose.Cells for C++检索与Excel图表关联的工作表。我们的指南将展示如何访问工作表并对其执行操作,以操作图表的底层数据。...Create workbook from sample Excel file Workbook workbook ( srcDir...Access first worksheet of the workbook Worksheet worksheet = workbook...

    docs.aspose.com/cells/zh/cpp/get-worksheet-of-t...
  8. 用Node.js和C++计算页面设置缩放比例|Documentation

    本文提供示例代码,说明如何使用 Node.js API 与 C++ 一起,编程计算 Excel 工作表的页面设置缩放比例,采用“适合 n 页宽 m 页高”的选项。...当你使用 适合 n 页宽 m 页高 选项设置页面缩放时,微软 Excel 会计算页面设置的缩放比例。你可以使用 SheetRender...); // Access first worksheet const worksheet = workbook . getWorksheets...

    docs.aspose.com/cells/zh/nodejs-cpp/calculate-p...
  9. Custom Slice or Sector Colors in Pie Chart with...

    Learn how to use Aspose.Cells for Node.js via C++ to customize slice and sector colors in a pie chart. Our guide will demonstrate how to assign unique colors to each slice, sector, or legion for improved visual appeal and data representation....pie charts use the Microsoft Excel default template. To use other...Access the first worksheet. const worksheet = workbook . getWorksheets...

    docs.aspose.com/cells/nodejs-cpp/custom-slice-o...
  10. 用C++设置图例项填充为无色|Documentation

    学习如何用Aspose.Cells for C++将图例项填充设置为无色。我们的指南将演示如何修改Microsoft Excel图表中图例项的填充色,以实现更好的可视化和自定义。...段代码中使用的 sample excel file 和由此生成的 output excel file 进行参考。 以下屏幕截图突出显示了此代码对...以下屏幕截图突出显示了此代码对 sample excel file 的影响。 #include <iostream> #include...

    docs.aspose.com/cells/zh/cpp/set-text-of-chart-...