Sort Score
Result 10 results
Languages All
Labels All
Results 2,191 - 2,200 of 82,065 for

workbook

(0.09 sec)
  1. Aspose.Cells 8.9.0中的公共API更改|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....instance of Workbook Workbook book = new Workbook ( dir + "sample...instance of Workbook Workbook book = new Workbook ( dir + "sample...

    docs.aspose.com/cells/zh/java/public-api-change...
  2. Export Chart to SVG with viewBox attribute usin...

    Export a chart to SVG format with viewBox attribute using Aspose.Cells with C++....01_SourceDirectory \\ " ); // Create workbook object from source file U16String..."SampleChartBook.xlsx" ; Workbook workbook ( sampleChartBook ); //...

    docs.aspose.com/cells/cpp/export-chart-to-svg-w...
  3. How to Change CSV to Excel in C++

    This tutorial will guide you how to change CSV to Excel in C++. It requires a few lines of code to convert a file from CSV to Excel in C++ using MS Windows or Linux operating system....the input CSV file into the Workbook class object that is to be...converted to Excel Save the loaded workbook as XLSX on the disk containing...

    kb.aspose.com/cells/cpp/how-to-change-csv-to-ex...
  4. How to Add Image in Excel using Java

    In this tutorial, you will learn how to add image in Excel using Java. It contains detailed steps and runnable sample code to insert image in Excel using Java....this process while creating a workbook from scratch or for processing...processing an existing workbook. The details about any of these use...

    kb.aspose.com/cells/java/how-to-add-image-in-ex...
  5. How to Create Excel Chart in Java

    In this tutorial you will learn how to create Excel chart in Java by writing a simple code. Using these steps creating Excel chart in Java is easier on Windows, Linux and macOS etc....is very common to create a workbook programmatically and then...project Add a reference to Workbook , Worksheet , and other required...

    kb.aspose.com/cells/java/how-to-create-excel-ch...
  6. How to Add a Column in Excel using Node.js

    This article guides on how to add a column in Excel using Node.js. It has the IDE details, a list of steps, and a runnable sample code to add multiple columns in Excel using Node.js....Java to add columns Load the workbook and access the cells collection...the target columns Save the workbook with new columns These steps...

    kb.aspose.com/cells/nodejs/how-to-add-a-column-...
  7. Read Chart Subtitle from ODS File with C++|Docu...

    Learn how to use Aspose.Cells for C++ to read the chart subtitle from an OpenDocument Spreadsheet (ODS) file. Our guide will demonstrate how to extract and access the subtitle of a chart for further analysis or display....file containing charts Workbook workbook ( srcDir + u "SampleChart...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/read-chart-subtitle-f...
  8. 用C++创建Sunburst图表的方法|Documentation

    学习如何用Aspose.Cells for C++创建环状图,这是以圆圈形式呈现数据的图表。我们的指南将帮助您设置图表的各种属性和格式,包括数据标签、图例、颜色等。...Create an instance of Workbook Workbook workbook ( u "sunburst.xlsx"...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/creating-sunburst-...
  9. 用C++设置边框|Documentation

    如何在C++中使用Aspose.Cells库设置单元格的边框样式和颜色。通过调整边框宽度、样式和颜色,可以更好地控制单元格的外观。...Cells提供了 Workbook 类,代表一个Microsoft Excel文件。 Workbook 类包含一个 Worksheets..." ); Workbook workbook ; Worksheet worksheet = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/cells-border-setti...
  10. Aspose.Cells 8.8.3 中的公共 API 更改|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....an instance of Workbook var book = new Workbook (); // Access...); // Create an instance of Workbook and load an existing spreadsheet...

    docs.aspose.com/cells/zh/net/public-api-changes...