XLSX ODS HTML NUMBERS CSV
Aspose.Cells  for PHP via Java
ODS

Merge OTS to ODS via PHP

High-speed PHP library for merging OTS to ODS. Use our excel conversion API to develop high-level, platform independent software in PHP. This is a professional software solution to import and export Excel, CSV, OpenOffice, PDF, HTML, image, and many other excel formats.

Merge OTS to ODS Using PHP

How do I merge OTS to ODS? With Aspose.Cells for PHP via Java library, you can easily merge OTS to ODS programmatically with a few lines of code. Aspose.Cells for PHP via Java is capable of building cross-platform applications with the ability to generate, modify, convert, render and print all Excel files. PHP Excel API not only convert between spreadsheet formats, it can also render Excel files as images, PDF, HTML, ODS, CSV, SVG, JSON, WORD, PPT and more, thus making it a perfect choice to exchange documents in industry-standard formats.

Merge OTS to ODS in PHP

The following example demonstrates how to merge OTS to ODS in Aspose.Cells for PHP via Java.

Follow the easy steps to merge OTS to ODS. Upload your files, call $Workbook->combine method for merging files, and then save it to ODS file. If you develop code in PHP, this will be simpler than it sounds. See PHP example that merges OTS to ODS.

Sample Code to Merge OTS to ODS in PHP
Select two files
Output format
   
                                   

	
require_once("Java.inc"); 
require_once("lib/aspose.cells.php"); 
use aspose\cells;
use aspose\cells\Workbook; 

$workbook = new Workbook("Input.xlsx");
$workbook->combine(new Workbook("Combine.xlsx"));
$workbook->save("Output.pdf");
	 
                
            

How to Merge OTS to ODS via PHP

Need to merge OTS to ODS programmatically? A basic document merging and concatenating with Aspose.Cells for PHP via Java APIs can be done with just few lines of code.

  • Install ‘Aspose.Cells for PHP via Java’.
  • Add a library reference (import the library) to your PHP project.
  • Load the OTS file with Workbook class.
  • Call the $Workbook->combine method for merging files.
  • Call the $Workbook->save method and pass the output file name as a parameter.
  • Now you can open and use the output file in Microsoft Office, Adobe PDF or any other compatible program.

PHP library to merge OTS to ODS

There are three options to install “Aspose.Cells for PHP via Java” onto your system. Please choose one that resembles your needs and follow the step-by-step instructions:

  1. Install Aspose.Cells for PHP via Java in Windows. See Documentation
  2. Install Aspose.Cells for PHP via Java in Linux. See Documentation
  3. Install Aspose.Cells for PHP via Java in macOS. See Documentation

System Requirements

Aspose.Cells for PHP via Java is platform independent API and can be used on any platform (Windows, Linux, MacOS etc.) where PHP 7 or greater versions is installed. The machine must have Oracle JDK 7 or greater versions before setting up the installation.

OTS What is OTS File Format?

A file with .ots extension is an OpenDocument Spreadsheet Template file that is created with the Calc application software included in Apache OpenOffice. Calc application software is the similar to Excel available in Microsoft Office. OTS file format is used to create templates that contain predefine settings related to styles, font, data, spreadsheet layout, and formatting. OTF files have mime-type application/vnd.oasis.opendocument.spreadsheet-template. These template files can be used as a starting point to generate and save actual data files that are saved in ODS file format. OTS files can be used with applications such as OpenOffice and LibreOffice.

Read More

ODS What is ODS File Format?

Files with .ods extension stand for OpenDocument Spreadsheet Document format that are editable by user. Data is stored inside ODF file into rows and columns. It is XML-based format and is one of the several subtypes in the Open Document Formats (ODF) family. The format is specified as part of the ODF 1.2 specifications published and maintained by OASIS. A number of applications on Windows as well as other operating systems can open ODS files for editing and manipulation including Microsoft Excel, NeoOffice and LibreOffice. ODS files can also be converted into other spreadsheet formats as well like XLS, XLSX and others by different applications.

Read More

Other Supported Merging Formats

Using PHP, One can also merge ots to many other file formats including.

Merge OTS to DOCX (Microsoft Word document)
Merge OTS to SQL (Structured Query Language)
Merge OTS to BMP (Bitmap Image)
Merge OTS to EMF (Enhanced Metafile Format)
Merge OTS to GIF (Graphical Interchange Format)
Merge OTS to HTML (Hyper Text Markup Language)
Merge OTS to MD (Markdown Language)
Merge OTS to MHTML (Web Page Archive Format)
Merge OTS to ODS (OpenDocument Spreadsheet File)
Merge OTS to PDF (Portable Document Format)
Merge OTS to PNG (Portable Network Graphics)
Merge OTS to SVG (Scalable Vector Graphics)
Merge OTS to TIFF (Tagged Image Format)
Merge OTS to TSV (Tab-Separated Values)
Merge OTS to TXT (Text Document)
Merge OTS to XLS (Excel Binary Format)
Merge OTS to XLSB (Binary Excel Workbook File)
Merge OTS to XLSM (Spreadsheet File)
Merge OTS to XLSX (OOXML Excel File)
Merge OTS to XLT (Microsoft Excel Template)
Merge OTS to XLTM (Excel Macro-enabled Template)
Merge OTS to XLTX (Office OpenXML Excel Template)
Merge OTS to XML (Extensible Markup Language)
Merge OTS to XPS (XML Paper Specifications)
Merge OTS to JSON (JavaScript Object Notation)
Merge OTS to JPEG (JPEG Image)