Sort Score
Result 10 results
Languages All
Labels All
Results 781 - 790 of 82,048 for

workbook

(0.06 sec)
  1. Convert Spreadsheet to PDF in Aspose.Cells|Docu...

    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.... C# Workbook workbook = new Workbook ( "../../data/test...the document in PDF format workbook . Save ( "AsposeConvert.pdf"...

    docs.aspose.com/cells/net/convert-spreadsheet-t...
  2. Removing Worksheets Using Sheet Name in PHP|Doc...

    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....through Path // Creating a Workbook object and opening an Excel...path $workbook = $ptr -> New ( "Aspose.Cells.Workbook" , array...

    docs.aspose.com/cells/net/removing-worksheets-u...
  3. Display Hide Tabs 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 DisplayHideTabs : def...DisplayHideTabs / ' workbook = Workbook ( dataDir + "Book1.xls"...

    docs.aspose.com/cells/java/display-hide-tabs-in...
  4. Display or Hide Gridlines 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....//Instantiating a Workbook object by excel file path $workbook = new Workbook...Excel file $worksheets = $workbook -> getWorksheets (); $worksheet...

    docs.aspose.com/cells/java/display-or-hide-grid...
  5. 用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...
  6. Refresh Values of Linked Shapes with C++|Docume...

    Learn how to refresh values of linked shapes in Excel files using Aspose.Cells for C++....Cells if you want to save your workbook in XLS or XLSX format. However... if you want to save your workbook in PDF or HTML format, then...

    docs.aspose.com/cells/cpp/refresh-values-of-lin...
  7. 在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提供了一个类, Workbook ,表示一个Microsoft Excel文件。 Workbook 类包含一个 WorksheetCollection...//Instantiating a Workbook object Workbook workbook = new Workbook (); //Adding...

    docs.aspose.com/cells/zh/net/adding-hyperlinks-...
  8. Link Cells to XML Map Elements with Node.js via...

    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....respectively and then saves the workbook in output excel file . If...sample workbook const workbook = new AsposeCells . Workbook ( path...

    docs.aspose.com/cells/nodejs-cpp/link-cells-to-...
  9. 使用 AbstractCalculationEngine 和 Node.js via C++ ...

    本文介绍了使用 Node.js via C++ 的 Aspose.Cells 库实现返回 Excel 中一系列值的抽象计算引擎。学习如何加载或创建 Excel 文件并将修改后的文件保存到磁盘。...Create workbook const workbook = new AsposeCells . Workbook ();...(); const cells = workbook . getWorksheets (). get ( 0 ). getCells...

    docs.aspose.com/cells/zh/nodejs-cpp/returning-a...
  10. 将Excel转换为Pdf、图片和其他格式(使用C++)|Documentation

    使用Aspose.Cells for C++将Excel文件转换为Word、Excel、PowerPoint、PDF、CSV、JPG、HTML、MHT、ODS、BMP、PNG、SVG、TIFF、XPS、JSON、SQL、XML等多种格式。...Instantiate the Workbook object and open an Excel file Workbook workbook...the document in PDF format workbook . Save ( u "output.pdf" ,...

    docs.aspose.com/cells/zh/cpp/convert-workbook-t...