Sort Score
Result 10 results
Languages All
Labels All
Results 3,681 - 3,690 of 104,117 for

workbook

(0.22 sec)
  1. CSV to PDF conversion - Free Support Forum - as...

    I am evaluating aspose for converting csv files to pdf(large csv files with rows over a million). I created a Workbook object with file path and then saved/converted it to pdf file. The problems I have are : The table…... I created a workbook object with file path and...LoadOptions(LoadFormat.CSV); Workbook wb = new Workbook("Book1.csv", opts);...

    forum.aspose.com/t/csv-to-pdf-conversion/164952
  2. 在Ruby中将图表转换为图像|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....chart_to_image () # Create a new Workbook. workbook = Rjb :: import ( 'com...'com.aspose.cells.Workbook' ) . new # Get the first worksheet....

    docs.aspose.com/cells/zh/java/converting-chart-...
  3. 使用C++访问和修改单元格富文本部分|Documentation

    学习如何通过Aspose.Cells for C++ API访问和更新单元格富文本的部分内容。...xlsx" ; Workbook workbook ( inputPath ); Worksheet...Worksheet worksheet = workbook . GetWorksheets (). Get ( 0 ); Cell...

    docs.aspose.com/cells/zh/cpp/access-and-update-...
  4. Add Threaded Comments in Excel using C#

    Follow this article to add threaded comments in Excel using C#. It will provide IDE settings, a list of steps, and a sample code to work with Excel threaded comment using C#....of the product Create a new workbook or load an existing Excel...Excel file using the Workbook class object Access the target sheet...

    kb.aspose.com/cells/net/add-threaded-comments-i...
  5. How to Generate PDF from Excel in Java

    In this brief tutorial we will learn how to generate PDF from Excel in Java. You can perform these tasks in macOS, Linux, and Windows....repository Add a reference to Workbook class using Import in the...source Excel file into the Workbook object for conversion to PDF...

    kb.aspose.com/cells/java/how-to-generate-pdf-fr...
  6. Apply Advanced Conditional Formatting with Pyth...

    Learn how to implement Excel's advanced conditional formatting features like data bars, color scales, and icon sets using Aspose.Cells for Python via .NET....cells import Workbook from aspose.pydrawing import...Instantiate a workbook object and open the template file workbook = Workbook...

    docs.aspose.com/cells/python-net/apply-advanced...
  7. Create Open-High-Low-Close (OHLC) Stock Chart w...

    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...
  8. Propagate Formula in Table or List Object Autom...

    Learn how to automatically propagate formulas in tables or list objects while entering data in new rows using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...// Create workbook object const book = new Workbook (); // Access...

    docs.aspose.com/cells/javascript-cpp/propagate-...
  9. 用 JavaScript 和 C++ 设置工作表标签颜色|Documentation

    本文展示了使用 JavaScript 和 C++ 以编程方式设置 Excel 工作表标签颜色的示例代码。..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...arrayBuffer (); const workbook = new Workbook ( new Uint8Array (...

    docs.aspose.com/cells/zh/javascript-cpp/set-wor...
  10. 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-...