Displaying 1 to 10 from 125 results
LibreOffice - The Document foundation
LibreOffice is the free power-packed Open Source personal productivity suite for Windows, Macintosh and Linux. LibreOffice is the perfect choice for home users, businesses, government and other organizations. It's native file format is the ISO standardized ODF (Open Document Format), but LibreOffice can open and save Microsoft Word, PowerPoint and Excel files, as well as many other formats, bringing you the widest-available compatibility with other products.
Aligndb - AlignDB - convert genomic alignment files to an indel-concentrated database
AlignDB - convert genomic alignment files to an indel-concentrated database Default format is BlastZ .axt format
Bancika-gui-framework - Miscellaneous components for Java, mostly GUI related
This package contains several Java components: Auto-fit Table - JTable that adjusts column width based on the contents. Object Table - JTable that displays an array of objects where each object is displayed as a row and it's field are placed in columns. It's possible to configure which fields will be shown and whether they should be editable or not. Ruler Scroll Pane - JScrollPane descendant that shows horizontal and vertical rulers in both inches and centimeters. It also features auto-scroll bu
As3-ooxml - Action Script Library to generate office open xml file.
Action Script Library to generate office open xml file.
As3xls - Read and write Excel files in Flex
IntroductionSome time ago I was working on a little project for which I wanted to read and write Excel files in Flex. I Googled hither and yon but sadly I could only find a sample someone tossed out there sans code. So, I put together a little package to read and write Excel files. So far it supports reading text, numbers, formulas, and dates from Excel version 2.x-2003 and writing text, numbers, and dates. Formulas also update to reflect changes in cells they reference. The API is intended to b
Anytopdf - Command line conversion of OpenOffice.org, MS Word DOC, MS Excel XLS, RTF, HTML, and any
anytopdf is a perl script that converts OpenOffice.org, Microsoft Office (Word DOC, Excel XLS), RTF, HTML, and other openoffice.org readable file formats to the PDF format. It will automatically install the supporting 'AnyToPDF' OpenOffice.org Basic macro library in the current user's OpenOffice.org configuration if it's not already present. Dedicated to peace, love, understanding and respect for all beings. IMPORTANT NEWSMany of the OpenOffice.org developers have moved to a forked project, Libr
Autowww - Content Management Framework
Creating Professional Web-Applications online!
Fatsatsuma-spreadsheets - a set of utility classes to read and write excel spreadsheets using java
a set of utility classes to read and write excel spreadsheets using java
Expertqpcr - expert qcpr analysis
Quantitative, real-time PCR experiments have become the preferred method for quickly and cheaply quantifying gene expression in a typical molecular biology laboratory setting. There is a need to quickly and accurately normalize and evaluate the data generated from qPCR experiments. Comparing quantitative data in graphical form is a powerful way to uncover trends in gene expression studies. This package aims to ease the process of evaluating and making these comparisons by automatically normalizi
Exportmysql2excel - Export MySQL data records to an Excel file in one PHP file
Tutorial requires 1 PHP file and 1 table of mySQL database. export_excel.php 2. Database "tutorial" and table "name_list" with 2 fields: id(auto_increment), name(varchar, 50) and put some records about 20 - 30 records into this table. (directly by phpMyAdmin) <? // Connect database. mysql_connect("localhost","",""); mysql_select_db("tutorial"); // Get data records from table. $result=mysql_query("select from name_list order by id asc"); // Functions for export to excel. function xlsBOF() { echo