Sort Score
Result 10 results
Languages All
Labels All
Results 4,411 - 4,420 of 99,971 for

workbook

(0.09 sec)
  1. Export CSV to WORD in Android or with free Onli...

    Android API to Convert CSV to WORD without using Microsoft Word or online. Test free CSV to WORD online converter quickly before integrating the code....to WORD Open CSV file using Workbook class Convert CSV to PDF and...file using Workbook class Workbook book = new Workbook ( "input...

    products.aspose.com/total/android-java/conversi...
  2. Sort Data in Column with Custom Sort List|Docum...

    Learn how to sort data in the column using a custom list by using the Aspose.Cells for JavaScript via C++ API...."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...arrayBuffer (); // Instantiating a Workbook object from uploaded file...

    docs.aspose.com/cells/javascript-cpp/sort-data-...
  3. Convert POTX to JSON Format in Android Apps | p...

    Convert POTX to JSON format in Android Apps without using using Microsoft Excel or PowerPoint...Load HTML document by using Workbook class Save the document to...open the converted HTML using Workbook class, create a Range of data...

    products.aspose.com/total/android-java/conversi...
  4. 如何在 Node.js 中将 CSV 更改为 PDF

    这个简短的教程详细介绍了如何在 Node.js 中将 CSV 更改为 PDF。您可以在 Windows、Linux 或 macOS 等操作系统中使用简单的 API 接口,在 Node.js 中将文件从 CSV 转换为 PDF。... CSV 文件从磁盘访问并进入 Workbook 类对象以及用于解析它的分隔符。然后,我们将工作簿实例保存为磁盘上的...类对象并设置源 CSV 中使用的分隔符 使用上述配置实例化 Workbook 类对象以加载源 CSV 创建 PdfSaveOptions...

    kb.aspose.com/zh/cells/nodejs/how-to-change-csv...
  5. Pivot Tables|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....Save Files with C++ Manage Workbook with C++ Analyzing your prompt...

    docs.aspose.com/cells/cpp/pivot-tables/
  6. Chart Rendering|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....); // Create a new workbook Workbook workbook ; // Get first worksheet...default Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/go-cpp/chart-rendering/
  7. Need a Sample Code to Create a PowerPoint Combi...

    I have a combination chart of stacked column, line with markers on the primary axis and cluster column on the secondary axis. Fact2LegendNotVisible.zip (37.8 KB) please refer the attached ppt file and provide the code. …...clear(); IChartDataWorkbook workbook = chart.getChartData().ge...getChartData().getCategories().add(workbook.getCell(worksheetIndex, 1...

    forum.aspose.com/t/need-a-sample-code-to-create...
  8. Pivot table refresh problems (filter, col width...

    See attached sample: I call “Worksheet.RefreshPivotTables()”, which brings three problems: AsposeCellsPivot.zip (26.3 KB) Problem 1 In the source file, the filter for cell B6 is set to single select. After applying “R…...foreach (Worksheet sheet = workbook.Worksheets) { foreach (PivotTable...of the workbook or the environment in which the workbook is being...

    forum.aspose.com/t/pivot-table-refresh-problems...
  9. Get DrawObject and Bound while rendering to PDF...

    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...."text/javascript" > const { Workbook , SaveFormat , PdfSaveOptions...the Excel file const workbook = new Workbook ( new Uint8Array (...

    docs.aspose.com/cells/javascript-cpp/get-drawob...
  10. How to Convert Excel Chart to JPG using Python

    This short tutorial guides on how to convert Excel chart to JPG using Python. It provides all the necessary resources, step-wise procedure and a runnable sample code that transforms Excel chart to JPG using Python....source spreadsheet using the Workbook class object having a chart...of worksheets in the loaded workbook. Each worksheet contains a...

    kb.aspose.com/cells/python/how-to-convert-excel...