Sort Score
Result 10 results
Languages All
Labels All
Results 611 - 620 of 82,273 for

workbook

(0.14 sec)
  1. 数据筛选与C++|Documentation

    学习如何使用Aspose.Cells for C++ API添加数据筛选。...Cells提供一个 Workbook 类,代表一个Excel文件。 Workbook 类包含一个 Worksheets...xls" ; // Create workbook Workbook workbook ( inputFilePath );...

    docs.aspose.com/cells/zh/cpp/data-filtering/
  2. 在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 RowsAndColumns : def...Instantiating a Workbook object by excel file path workbook = Workbook ( dataDir...

    docs.aspose.com/cells/zh/java/grouping-and-ungr...
  3. 用C++合并或取消合并多个工作表成为一个工作表|Documentation

    学习如何用C++和Aspose.Cells将多个工作表合并为一个工作表。...//Create workbook from the input file Workbook workbook ( filePath...//Create a destination workbook Workbook destWorkbook ; //Get the...

    docs.aspose.com/cells/zh/cpp/combine-multiple-w...
  4. 在PHP中保存文件|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....for PHP 将文件保存到某个存储位置,他们可以在调用 Workbook 对象的 save 方法时简单地指定文件名(包括完整的存储路径)和所需的文件格式(使用...//Creating an Workbook object with an Excel file path $workbook = new...

    docs.aspose.com/cells/zh/java/saving-files-in-php/
  5. Convert Excel to Pdf, Image and other formats|D...

    Convert Excel files to Word, Excel, PowerPoint, PDF, CSV, JPG, HTML, MHT, ODS, BMP, PNG, SVG, TIFF, XPS, JSON, SQL, XML and more....conversion means to load a workbook in one file format and save...into another. Convert Excel Workbook to PDF PDF files are widely...

    docs.aspose.com/cells/net/convert-workbook-to-d...
  6. Change Character Spacing of Excel TextBox or Sh...

    Change the character spacing of Excel textboxes or shapes using Aspose.Cells for Node.js via C++....excel file inside a workbook object const workbook = new AsposeCells...AsposeCells . Workbook ( path . join ( sourceDir , "sampleChangeTextBoxO...

    docs.aspose.com/cells/nodejs-cpp/change-charact...
  7. Split Screen of Excel Worksheet with C++|Docume...

    In this article, you'll learn how to display certain rows and/or columns in separate panes by splitting the worksheet into two or four parts programmatically using C++....Instantiate a new Workbook. Workbook workbook ( u "Book1.xlsx"...worksheet in the workbook. Worksheet sheet = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/how-to-split-screen-o...
  8. 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....Instantiating a Workbook object by excel file path workbook = self .... Workbook ( self . dataDir + "Book1.xls" ) \# Create a Worksheets...

    docs.aspose.com/cells/zh/java/copying-and-movin...
  9. How to Prevent Users from Printing Excel File w...

    Learn how to prevent users from printing excel through the Aspose.Cells for C++ API.... Open your workbook which you don’t allow others...this code, go back to the workbook, and now when you print the...

    docs.aspose.com/cells/cpp/how-to-prevent-printi...
  10. 用Node.js通过C++取消工作表保护|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....Instantiating a Workbook object const workbook = new AsposeCells...AsposeCells . Workbook ( filePath ); // Accessing the first worksheet...

    docs.aspose.com/cells/zh/nodejs-cpp/unprotect-a...