Sort Score
Result 10 results
Languages All
Labels All
Results 2,441 - 2,450 of 87,253 for

workbook

(0.21 sec)
  1. Create Open-High-Low-Close(OHLC) Stock Chart wi...

    Learn how to create an open-high-low-close stock chart using Aspose.Cells for Node.js via C++. Our guide will demonstrate how to plot stock market data, including the open, high, low, and close prices, onto a chart for better analysis and visualization....instance of Workbook const workbook = new AsposeCells . Workbook ( filePath...worksheet. const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/nodejs-cpp/create-open-hi...
  2. Adding Custom Labels to Data Points in the Seri...

    Learn how to add custom labels to data points in the series of a chart using Aspose.Cells for Node.js via C++. This guide will demonstrate how to modify labels' appearance, position, and formatting, while linking them to your data source for accurate representation....xlsx" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/nodejs-cpp/adding-custom-...
  3. Generate Chart by Processing Smart Markers|Docu...

    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....instance of Workbook Workbook book = new Workbook (); //Access...WorkbookDesigner (); //Set the Workbook property for the instance...

    docs.aspose.com/cells/java/generate-chart-by-pr...
  4. Aspose - excel to pdf, excel to image, excel to...

    Package used: pip install aspose-cells-python Sample Excel file used for below conversions - Sample_Excel.zip (9.9 KB) Image conversion code – from aspose.cells import Workbook Workbook = Workbook(“Sample_Excel.xls…...cells import Workbook workbook = Workbook(“Sample_Excel.xlsx”)...xlsx”) workbook.save(“Sample_Excel.png”) Output and issue – See...

    forum.aspose.com/t/aspose-excel-to-pdf-excel-to...
  5. 使用C++将Excel转换为带提示的HTML|Documentation

    使用Aspose.Cells在C++中将Excel转换为HTML同时添加提示信息。...Open the template file Workbook workbook ( sourceDir + u "AddTooltipToHtmlSamp...in output // Save as HTML workbook . Save ( outputDir + u "A...

    docs.aspose.com/cells/zh/cpp/convert-excel-to-h...
  6. 导出打印区域范围到HTML,使用Node.js通过C++|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.... const workbook = new AsposeCells . Workbook ( sourceFilePath...the sheet const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/export-prin...
  7. Set Margins of Comment or Shape inside the Work...

    Learn how to set margins of comments or shapes inside a worksheet using Aspose.Cells with C++....the sample Excel file Workbook workbook ( u "sampleSetMarginsOfCo...first worksheet Worksheet ws = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/set-margins-of-commen...
  8. 用C++获取带格式和不带格式的单元格字符串值|Documentation

    学习如何通过 Aspose.Cells for C++ API 获取带格式和不带格式的单元格字符串值。...Startup (); // Create workbook Workbook workbook ; // Access first...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/get-cell-string-va...
  9. 图表数据标签|Aspose.Slides 文档

    在Java中设置PowerPoint图表数据标签和距离...获取图表数据工作表 IChartDataWorkbook workbook = chart . getChartData ()...getChartData (). getSeries (). add ( workbook . getCell ( defaultWorksheetInde...

    docs.aspose.com/slides/zh/java/chart-data-label/
  10. 使用 Node.js 通过 C++ 将 CSV 转换为 JSON|Documentation

    使用 Aspose.Cells for Node.js via C++ 简单易用的 API 将 CSV 文件转换为 JSON。...csv" ); const workbook = new AsposeCells . Workbook ( filePath ...loadOptions ); const lastCell = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/convert-csv...