Sort Score
Result 10 results
Languages All
Labels All
Results 3,211 - 3,220 of 105,375 for

workbook

(0.23 sec)
  1. PDF|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....supports conversion of an Excel workbook into PDF. In this example...an Excel workbook into PDF. Converting Excel Workbook to PDF PDF...

    docs.aspose.com/cells/net/convert-excel-to-pdf/
  2. 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
  3. 在PHP中管理文档属性|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....through Path // Creating a Workbook object and opening an Excel...path $workbook = $ptr -> New ( "Aspose.Cells.Workbook" , array...

    docs.aspose.com/cells/zh/net/managing-document-...
  4. 用Node.js via C++创建和管理图表|Documentation

    学习如何使用Aspose.Cells for Node.js在Microsoft Excel中创建图表。我们的指南将展示各种图表类型以及如何自定义其外观和格式。...xlsx" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/zh/nodejs-cpp/creating-ch...
  5. 包含强类型数据的列|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....Open ); //Instantiating a Workbook object //Opening the Excel...the file stream Workbook workbook = new Workbook ( fstream ); //Accessing...

    docs.aspose.com/cells/zh/net/columns-containing...
  6. Read and Manipulate Excel 2016 Charts with Node...

    Learn how to read and manipulate Excel 2016 charts using Aspose.Cells for Node.js via C++. This guide will show you how to access and modify various chart properties....charts const workbook = new AsposeCells . Workbook ( filePath );...contains the charts const sheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/nodejs-cpp/read-and-manip...
  7. 为每个Excel工作表渲染一页PDF 使用C++将Excel转换为PDF|Documentation

    使用Aspose.Cells将每个工作表转换为一页的PDF格式。...\\ " ); // Initialize a new Workbook and open an Excel file U16String...srcDir + u "input.xlsx" ; Workbook workbook ( inputFilePath ); //...

    docs.aspose.com/cells/zh/cpp/render-one-pdf-pag...
  8. How to Format Number to Scientific with C++|Doc...

    This article will introduce how to Format Number to Scientific using Aspose.Cells for C++ API....Cpp Step 2: Create a New Workbook or Open an Existing One You...You can either create a new workbook or open an existing one. Step...

    docs.aspose.com/cells/cpp/how-to-format-number-...
  9. Z Axis with C++|Documentation

    Learn how to work with the Z-axis in Aspose.Cells for C++. Our guide will help you understand how to configure and customize the Z-axis, including its scale and labels, to enhance your charts....Create an instance of Workbook Workbook workbook ; // Get the first...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/z-axis/
  10. Add ActiveX Controls using Aspose.Cells for Jav...

    Learn how to add ActiveX controls in a worksheet using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat , ControlType...=> { // Create workbook object (empty workbook) const wb = new...

    docs.aspose.com/cells/javascript-cpp/add-active...