Sort Score
Result 10 results
Languages All
Labels All
Results 3,411 - 3,420 of 87,332 for

workbook

(0.14 sec)
  1. Manage OLE|Aspose.Slides for PHP Documentation

    Manage OLE objects in PowerPoint presentations in PHP... Create a Workbook object and access the OLE...the data. Save the updated Workbook in a stream. Change the OLE...

    docs.aspose.com/slides/php-java/manage-ole/
  2. Check if VBA Project is Protected and Locked fo...

    Learn how to check if VBA Project is protected and locked for viewing in Excel files using Aspose.Cells for C++....Load your source Excel file Workbook wb ( inputFilePath ); // Access...Access the VBA project of the workbook VbaProject vbaProject = wb...

    docs.aspose.com/cells/cpp/check-if-vba-project-...
  3. Working with Fonts in Apache POI and Aspose.Cel...

    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....Cells provides a class, Workbook that represents a Microsoft...Microsoft Excel file. The Workbook class contains a WorksheetCollection...

    docs.aspose.com/cells/java/working-with-fonts-i...
  4. 用C++移除切片器|Documentation

    学习如何用程序在Excel文件中移除切片器,使用Aspose.Cells for C++。...xlsx" ); Workbook wb ( inputFilePath ); // Access...Remove ( slicer ); // Save the workbook in output XLSX format. U16String...

    docs.aspose.com/cells/zh/cpp/removing-slicer/
  5. Rendering Slicer with Node.js via C++|Documenta...

    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....into an image or save your workbook to PDF or HTML formats, you...const wb = new AsposeCells . Workbook ( filePath ); // Access first...

    docs.aspose.com/cells/nodejs-cpp/rendering-slicer/
  6. 通过C++在Node.js中支持德国本地化的命名范围公式|Documentation

    学习如何使用Aspose.Cells for Node.js via C++支持命名范围公式中的德国本地化。... Workbook (); wb . save ( sourceFilePath...wbSource = new AsposeCells . Workbook ( sourceFilePath ); const...

    docs.aspose.com/cells/zh/nodejs-cpp/support-for...
  7. 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...
  8. PowerPoint Charts|Aspose.Slides for PHP Documen...

    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....Calculations Chart Formatting Chart Workbook Chart Worksheet Formulas Animated...

    docs.aspose.com/slides/php-java/powerpoint-charts/
  9. How to Convert CSV to Excel in Node.js

    In this simple topic, we will focus on how to convert CSV to Excel in Node.js. You can follow the simple procedure to convert CSV to XLSX in Node.js using simple API interface in a few easy steps.... We will make use of the Workbook class object to access the...Create an instance of the Workbook class by providing the CSV...

    kb.aspose.com/cells/nodejs/how-to-convert-csv-t...
  10. Create or Update PowerPoint Presentation Charts...

    Create chart in PowerPoint presentation in Java...clear (); IChartDataWorkbook workbook = chart . getChartData ()...getChartData (). getSeries (). add ( workbook . getCell ( worksheetIndex...

    docs.aspose.com/slides/androidjava/create-chart/