Sort Score
Result 10 results
Languages All
Labels All
Results 1,321 - 1,330 of 82,029 for

workbook

(0.11 sec)
  1. How to Make a Copy of an Excel Sheet in C++

    This short tutorial will provide information on how to make a copy of an Excel sheet in C++. You will learn to configure the environment, steps and code to perform Excel sheet copy in C++....sheet copy in C++ , the output workbook can be saved as XLSX or XLS...source Excel file into the Workbook object for copying the worksheet...

    kb.aspose.com/cells/cpp/how-to-make-a-copy-of-a...
  2. Export Data from Worksheets in xlsx4j|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....dataDir + "workbook.xls" ); //Instantiating a Workbook object Workbook...Workbook workbook = new Workbook ( fstream ); //Accessing the...

    docs.aspose.com/cells/java/export-data-from-wor...
  3. Display Hide Gridlines in Jython|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 import Workbook class DisplayHideGridlines...DisplayHideGridlines / ' workbook = Workbook ( dataDir + "Book1.xls"...

    docs.aspose.com/cells/java/display-hide-gridlin...
  4. Getting Headers or Footers with Node.js via C++...

    This article explains how to programmatically get headers and footers from Excel or OpenOffice files using the Node.js via C++ API.... On the View tab, in the Workbook Views group, click Page Layout...from the file. Construct a Workbook to open the file. Get the...

    docs.aspose.com/cells/nodejs-cpp/get-headers-or...
  5. Display or Hide Tabs in Python|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.... Python Code workbook = self . Workbook ( self . dataDir...the tabs of the Excel file workbook . getSettings (). setShowTabs...

    docs.aspose.com/cells/java/display-or-hide-tabs...
  6. 在Python中调整行高和列宽|Documentation

    使用Python Excel API在Python中创建Excel文件。在您的Python应用程序中调整XLSX或XLS中的行高和列宽,无需MS Office。...Instantiating a Workbook object by excel file path workbook = self .... Workbook ( self . self . dataDir + 'Book1.xls' ) \ # Accessing...

    docs.aspose.com/cells/zh/java/adjusting-row-hei...
  7. Create XLTX using Python | products.aspose.com

    Generate Microsoft Excel XLTX documents using Python applications without using Microsoft Office....parameter while creating the Workbook object. How to Create XLTX...File in Python Create new Workbook class object having FileFormatType...

    products.aspose.com/total/python-java/create/xltx/
  8. 在Ruby中管理分页符|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....add_page_breaks ( workbook ) worksheets = workbook . getWorksheets...(that is Excel 2003) format workbook . save ( @data_dir + "Add...

    docs.aspose.com/cells/zh/java/managing-page-bre...
  9. Format Rows and Columns with Node.js via C++|Do...

    Aspose.Cells for Node.js via C++ can support change row height or column width, as well as apply formatting on rows or columns....Cells provides a class, Workbook , that represents a Microsoft...Microsoft Excel file. The Workbook class contains a WorksheetCollection...

    docs.aspose.com/cells/nodejs-cpp/adjusting-row-...
  10. 用C++合并或取消合并单元格范围|Documentation

    用C++在Excel中合并和取消合并范围内的单元格。...xlsx" ; // Create a workbook Workbook workbook ; // Access the first...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/merge-or-unmerge-r...