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

workbook

(0.11 sec)
  1. Create Style object using CellsFactory class wi...

    Aspose.Cells is a C++ library for working with spreadsheet files that provides a style object to style cells. This article will introduce how to create a cell style object using the CellsFactory class in the Aspose.Cells library so that users can customize the appearance of the cells as needed....sets the Default Style of the workbook. Please download the output...:: Yellow ()); // Create a workbook and set its default style...

    docs.aspose.com/cells/cpp/create-style-object-u...
  2. Freeze Panes in 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....by excel file path $workbook = new Workbook ( $dataDir . "book...Excel file $worksheets = $workbook -> getWorksheets (); $worksheet...

    docs.aspose.com/cells/java/freeze-panes-in-php/
  3. 使用C++在Node.js中复制和移动工作表|Documentation

    本文包含示例代码,描述如何使用C++的Node.js API在Excel工作簿内以及跨工作簿编程复制和移动工作表。... Workbook ( inputPath ); // Create a...reference to // the sheets of the Workbook. const sheets = wb . getWorksheets...

    docs.aspose.com/cells/zh/nodejs-cpp/copying-and...
  4. 使用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....//Instantiate a new workbook Workbook book = new Workbook ( dataDir +...object with respect to your workbook WorkbookRender wr = new WorkbookRender...

    docs.aspose.com/cells/zh/java/printing-workbook...
  5. Merge 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....//Create a Workbook. Workbook wbk = new Workbook (); //Create...of merging" ); //Save the Workbook. wbk . save ( dataDir + "merge_Aspose...

    docs.aspose.com/cells/java/merge-cells/
  6. 用C++读写工作表的查询表|Documentation

    学习如何使用Aspose.Cells和C++读取和写入Excel工作表中的查询表。...Create workbook from source excel file Workbook workbook ( srcDir...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/reading-and-writin...
  7. Display or Hide Gridlines in Aspose.Cells|Docum...

    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 provides a class, Workbook , that represents a Microsoft...Microsoft Excel file. The Workbook class contains a Worksheets collection...

    docs.aspose.com/cells/net/display-or-hide-gridl...
  8. 在Excel或OpenOffice中插入超链接的C++方法|Documentation

    学习如何在不使用MS Excel的情况下,用Aspose.Cells库向Excel文件插入超链接。...Cells 提供了一个类 Workbook ,代表一个Microsoft Excel文件。 Workbook 类包含一个 WorksheetCollection...; // Create a new workbook Workbook workbook ; // Get the first...

    docs.aspose.com/cells/zh/cpp/insert-hyperlinks-...
  9. 使用C++显示和隐藏工作表及标签|Documentation

    本文提供了使用C++ API或库以编程方式显示和隐藏Excel工作表的示例。此外,还介绍了如何显示和隐藏Excel工作簿的标签。...Cells 提供了一个类 Workbook ,代表一个Excel文件。 Workbook 类包含一个 Worksheets...; // Create workbook from file Workbook workbook ( inputFilePath...

    docs.aspose.com/cells/zh/cpp/show-and-hide-work...
  10. Disable CSS while saving to HTML with C++|Docum...

    Learn how to disable CSS while saving Excel files to HTML using Aspose.Cells for C++....\\ " ); // Load sample workbook Workbook wb ( srcDir + u "sampleDisableCss...SetDisableCss ( true ); // Save the workbook in HTML wb . Save ( outDir...

    docs.aspose.com/cells/cpp/disable-css-while-sav...