Sort Score
Result 10 results
Languages All
Labels All
Results 5,571 - 5,580 of 102,545 for

workbook

(0.19 sec)
  1. Public API Changes in Aspose.Cells 8.8.2|Docume...

    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....C# //Create an instance of Workbook and load an existing spreadsheet...spreadsheet var book = new Workbook ( dir + "sample.xlsx" ); //Access...

    docs.aspose.com/cells/net/public-api-changes-in...
  2. 在Apache POI和Aspose.Cells中使用字体|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....Cells提供了一个表示Microsoft Excel文件的类 WorkbookWorkbook类包含一个WorksheetCollect...

    docs.aspose.com/cells/zh/java/working-with-font...
  3. 保持空行的分隔符在导出电子表格到 CSV 格式时通过 Node.js 和 C++|Docume...

    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....xlsx" ); // Create a Workbook object and opening the file...const wb = new AsposeCells . Workbook ( filePath ); // Instantiate...

    docs.aspose.com/cells/zh/nodejs-cpp/keep-separa...
  4. Convert XLS File with Images or Charts to PDF w...

    Convert XLS files containing images or charts to PDF documents using Aspose.Cells with C++....unique_ptr < Workbook > wb = std :: make_unique < Workbook > ( designerFile...

    docs.aspose.com/cells/cpp/convert-xls-file-with...
  5. Java API to Render SVG to EXCEL | products.aspo...

    Export SVG to EXCEL via Java API without using Microsoft Excel or Adobe Reader...Load XLSX document by using Workbook class Save the document to...a watermark, create a new Workbook to open the converted XLSX...

    products.aspose.com/total/java/conversion/svg-t...
  6. Convert XML to XLAM in Android Apps | products....

    Render XML to XLAM in Android Apps API without using Microsoft Excel or Adobe Reader...Excel to store macro-enabled workbooks. Converting XML to XLAM allows...Load XLSX document by using Workbook class Save the document to...

    products.aspose.com/total/android-java/conversi...
  7. 在工作表中删除重复行(使用C++)|Documentation

    学习如何使用Aspose.Cells for C++ API删除工作表中的重复行。...class="c1">// Create workbook Workbook book ( u "removeduplicates...

    docs.aspose.com/cells/zh/cpp/remove-duplicate-r...
  8. Managing Page Breaks|Documentation

    This article provides sample code and explains how to add page breaks, clear page breaks, or delete specific page breaks in Excel worksheets programmatically using Aspose.Cells for Python via .NET APIs....NET provides a Workbook class that represents an Excel...Excel file. The Workbook class contains a Worksheets collection...

    docs.aspose.com/cells/python-net/managing-page-...
  9. How to Add a Column in Excel using C#

    This brief article discusses how to add a column in Excel using C#. It encapsulates the system preparation, stepwise algorithm, and a running sample code to add multiple columns in Excel using C#....the source file using the Workbook class Get the reference to...Export the generated Excel workbook after appending the columns...

    kb.aspose.com/cells/net/how-to-add-a-column-in-...
  10. Display Document Properties in Excel using C#

    Learn here to display document properties in Excel using C#. Get the IDE settings, a list of steps, and a sample code to show Excel document properties using C#....Load the Excel file into the Workbook class to display the properties...document properties in the workbook Display the property names...

    kb.aspose.com/cells/net/display-document-proper...