Sort Score
Result 10 results
Languages All
Labels All
Results 4,161 - 4,170 of 105,375 for

workbook

(0.2 sec)
  1. Getting Headers or Footers|Documentation

    This article explains how to programmatically get headers and footers from Excel or OpenOffice files using the Aspose.Cells for Python via .NET API.... On the View tab, in the Workbook Views group, click Page Layout...footers from a workbook. Construct a Workbook to open the file...

    docs.aspose.com/cells/python-net/get-headers-or...
  2. Extract Text from the Gear Type SmartArt Shape ...

    Learn how to extract text from the Gear Type SmartArt Shape using Aspose.Cells for Node.js via C++.... const workbook = new AsposeCells . Workbook ( filePath );...worksheet. const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/nodejs-cpp/extract-text-f...
  3. 在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...all around. Style style = workbook . createStyle (); style ....

    docs.aspose.com/cells/zh/java/working-with-bord...
  4. How to Insert Spreadsheet Background Image in Java

    This short tutorial guides on how to insert spreadsheet background image in Java. It describes the complete process to configure the environment, step-wise program flow and a runnable simplified code that demonstrate the process to insert background pictures for Excel sheet in Java....image in Java , the resultant workbook can be saved as XLSX , XLS...background image Instantiate a Workbook object Get a reference to...

    kb.aspose.com/cells/java/how-to-insert-spreadsh...
  5. 使用 Node.js 和 C++ 读取形状发光效果的颜色|Documentation

    学习如何用 Aspose.Cells for Node.js via C++ 读取形状发光效果的颜色...file const workbook = new AsposeCells . Workbook ( path . join...first worksheet const sheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/read-color-...
  6. How to Convert Excel to CSV in Java

    In this step-by-step tutorial we will learn how to convert Excel to CSV in Java. These steps can be performed in macOS, Linux, and Windows....reference to TxtSaveOptions and Workbook using Import in the program...source Excel file into the Workbook object Instantiate the TxtSaveOptions...

    kb.aspose.com/cells/java/how-to-convert-excel-t...
  7. Get Range with External Links using Node.js via...

    Learn how to get ranges with external links using Aspose.Cells for Node.js via C++. Retrieve data from different Excel files efficiently....xlsx" ); const workbook = new AsposeCells . Workbook ( filePath );...filePath ); const names = workbook . getWorksheets (). getNames...

    docs.aspose.com/cells/nodejs-cpp/get-range-with...
  8. How to Convert Excel to HTML using C#

    This brief tutorial will explain how to convert Excel to HTML using C#. By using C# Excel to HTML conversion can be completed easily by following a few steps and a short code snippet....Nuget Package Manager Create a Workbook class instance to load the...first, we load the input Excel workbook, then we specify different...

    kb.aspose.com/cells/net/how-to-convert-excel-to...
  9. Change Text Direction of the Comment with JavaS...

    Learn how to change the text direction of comments using Aspose.Cells for JavaScript via C++. Customize comment alignment settings effectively...."text/javascript" > const { Workbook , SaveFormat , TextAlignmentType...Instantiate a new Workbook const wb = new Workbook (); // Get the...

    docs.aspose.com/cells/javascript-cpp/change-tex...
  10. Use Error Checking Options with Node.js via C++...

    Learn how to programmatically use error checking options in Excel worksheets using Aspose.Cells for Node.js via C++....xlsx" ); // Create a workbook and opening a template spreadsheet...spreadsheet const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/nodejs-cpp/use-error-chec...