Sort Score
Result 10 results
Languages All
Labels All
Results 601 - 610 of 46,063 for

workbook

(0.09 sec)
  1. Import Data to Worksheets in xlsx4j|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 Workbook workbook = new Workbook (); //Obtaining...sheet index int sheetIndex = workbook . getWorksheets (). add ();...

    docs.aspose.com/cells/java/import-data-to-works...
  2. 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...
  3. Set Background Picture of a Worksheet|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....to give information about a workbook, for example when used as...to a spreadsheet: Create a workbook and access the sheet you want...

    docs.aspose.com/cells/net/set-background-pictur...
  4. 用C++插入和删除Excel文件的行和列|Documentation

    本文展示了如何使用Aspose.Cells for C++ API插入和删除行列。...Cells提供了类 Workbook ,代表一个微软Excel文件。 Workbook 类包含一个 Worksheets...Instantiating a Workbook object Workbook workbook ( inputFilePath...

    docs.aspose.com/cells/zh/cpp/inserting-and-dele...
  5. 使用C++获取创建Excel文档的应用程序版本号|Documentation

    学习如何使用Aspose.Cells与C++获取创建Excel文档的应用程序版本号。...Cells提供了 Workbook.GetVersion() 属性以实现此目的。 以下示例演示了 Workbook.GetVersion()...// Create a workbook reference Workbook workbook ; // Print the...

    docs.aspose.com/cells/zh/cpp/get-the-version-nu...
  6. 从数组导入|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 Workbook workbook = new Workbook (); //Adding...worksheet to the Workbook object int i = workbook . Worksheets ...

    docs.aspose.com/cells/zh/net/importing-from-array/
  7. 使用XmlMapCollection.Add方法在工作簿内添加XML映射,使用C++|Docu...

    使用C++的XmlMapCollection.Add方法在工作簿内添加XML映射。...xml" ; // Create workbook object Workbook workbook ; // Add XML map...sample.xml inside the workbook workbook . GetWorksheets (). GetXmlMaps...

    docs.aspose.com/cells/zh/cpp/add-xml-map-inside...
  8. Save as ODF 1.1, 1.2 and 1.3 with Node.js via C...

    Convert Excel to ODF 1.1, 1.2 and 1.3 Specifications with Aspose.Cells for Node.js via C++....sample code below creates a workbook object, adds some value to...Create workbook const workbook = new AsposeCells . Workbook ();...

    docs.aspose.com/cells/nodejs-cpp/save-ods-file-...
  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

    如何使用Aspose.Cells库在Microsoft Excel中用C++计算数据表的数组公式。通过加载现有Excel文件或创建新Excel文件,利用Aspose.Cells提供的方法计算数组公式并获取结果。最后保存修改后的Excel文件。...请在计算任何类型的公式时使用 Workbook.CalculateFormula() 。 在以下示例代码中,我们使用了...Create workbook from source excel file Workbook workbook ( inputFilePath...

    docs.aspose.com/cells/zh/cpp/calculation-of-arr...