Sort Score
Result 10 results
Languages All
Labels All
Results 2,601 - 2,610 of 82,060 for

workbook

(0.05 sec)
  1. Assign Macro Code to Form Control|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....a Form Control inside the workbook. Assigning Macro Code to Form...sample code creates a new workbook, assign a Macro Code to a...

    docs.aspose.com/cells/java/assign-macro-code-to...
  2. Convert Excel to Pandas DataFrame|Documentation

    Convert Pandas to Excel by using Aspose.Cells for Python via .NET API....NET: Create a Workbook and add some values. Export...Python via .NET: Create a Workbook and add some values. Traverse...

    docs.aspose.com/cells/python-net/convert-excel-...
  3. 在Ruby中将Excel转换为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....Ruby 代码 def excel_to_pdf ( workbook ) save_format = Rjb :: import...the document in PDF format workbook . save ( @data_dir + "MyPdfFile...

    docs.aspose.com/cells/zh/java/converting-excel-...
  4. Date Axis with C++|Documentation

    Learn how to manage the date axis in Aspose.Cells for C++. Our guide will help you understand how to work with various date formats, time scales, and tick label frequencies....Create an instance of Workbook Workbook workbook ; // Get the first...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/date-axis/
  5. Date Axis with Node.js via C++|Documentation

    Learn how to manage the date axis in Aspose.Cells for Node.js via C++. Our guide will help you understand how to work with various date formats, time scales, and tick label frequencies....xlsx" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/nodejs-cpp/date-axis/
  6. Working with ContentTypeProperties|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....NET provides Workbook.content_type_properties.add()...Sample Code Replace text in a workbook using Regular Expression Release...

    docs.aspose.com/cells/python-net/working-with-c...
  7. How to Unprotect Excel in Python

    This quick guide covers how to unprotect Excel in Python. It discusses the environment setup, step-by-step process, and a sample code to unlock Excel file in Python....protected Excel file using the Workbook class Remove the password...Finally, write the output Excel workbook to any file path, or a stream...

    kb.aspose.com/cells/python/how-to-unprotect-exc...
  8. Add Borders in Excel using Java

    Add borders in Excel using Java with the help of this article. Get IDE settings, a list of steps, and a sample code to create a border in Excel using Java....Java to set borders Create a workbook and access a sheet to set...cell range Save the output workbook These steps describe how to...

    kb.aspose.com/cells/java/add-borders-in-excel-u...
  9. How to Convert CSV to Excel in C#

    In this tutorial, you will learn how to convert CSV to Excel in C#. You can automate the procedure of generating Excel from CSV in C# with a few steps and simple API class....source file and then use a Workbook class instance for loading...the input CSV file Create a Workbook class object with CSV file...

    kb.aspose.com/cells/net/how-to-convert-csv-to-e...
  10. How to Save Excel File as PDF using C#

    This topic explains with steps that how to save Excel file as PDF using C# without Office Interop in .NET environment for Windows, Linux or macOS...Cells object model using Workbook constructor Save the Excel...PDF via Save method of the Workbook class Sometimes you need to...

    kb.aspose.com/cells/net/how-to-save-excel-file-...