Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

Spreadsheet::WriteExcel

Compare

  Analyzed 1 day ago

Spreadsheet::WriteExcel is a pure Perl module that allows you to create an Excel file on any platform.

23.3K lines of code

0 current contributors

almost 4 years since last commit

2 users on Open Hub

Inactive
4.0
   
I Use This

OpenXLS Java Excel Spreadsheet SDK

Compare

  No analysis available

OpenXLS is the open source version of ExtenXLS -- a best-in-class Java spreadsheet SDK from Extentech that allows you to read, modify and create Java Excel spreadsheets from your Java applications. A powerful combo when used with the Sheetster Web spread

0 lines of code

0 current contributors

0 since last commit

2 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: No declared licenses

xlwt

Compare

  Analyzed about 12 hours ago

Library to create spreadsheet files compatible with MS Excel 97/2000/XP/2003 XLS files, on any platform, with Python 2.3 or later

8.78K lines of code

0 current contributors

about 7 years since last commit

2 users on Open Hub

Inactive
4.0
   
I Use This

Spreadsheet::ParseExcel

Compare

  Analyzed about 21 hours ago

Spreadsheet::ParseExcel is a pure Perl module that allows you to extract data from an Excel file on any platform.

9.59K lines of code

0 current contributors

6 months since last commit

2 users on Open Hub

Very Low Activity
4.0
   
I Use This

catdoc

Compare

  No analysis available

Catdoc is set of programs that allow to extract text from binary MS Word, Excel & PowerPoint files

0 lines of code

0 current contributors

0 since last commit

2 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: gpl

Docjure

Compare

  Analyzed 1 day ago

Docjure makes reading and writing Office documents in Clojure easy.

2.27K lines of code

2 current contributors

6 days since last commit

1 users on Open Hub

Low Activity
0.0
 
I Use This

pyExcelerator

Compare

  Analyzed about 4 hours ago

Generating Excel 97+ files with Python 2.4+ (need decorators), importing Excel 95+ files, support for UNICODE in Excel files, using variety of formatting features and printing options, Excel files and OLE2 compound files dumper. No need in Windows/COM.

9.36K lines of code

0 current contributors

about 20 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This

JCite

Compare

  No analysis available

JCite cites snippets of Java source code or Excel sheets into HTML documents – API documentation, for instance. Citing from tests, or tested code, guarantees that your examples really work. And they get automatic syntax highlighting.

0 lines of code

0 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
5.0
 
I Use This
Mostly written in language not available
Licenses: BSD-3-Clause

cutplace

Compare

  Analyzed about 21 hours ago

Cutplace is a tool to validate that data conform to an interface control document (ICD). Cutplace works with flat data formats using delimiters (such as CSV) or a fixed format. Such formats are commonly used to exchange data between different platforms or physically separated systems. With ... [More] cutplace you can describe these data in a simple and human readable spreadsheets using popular applications like Calc or Excel. It acts as "executable specification" that cutplace can use to validate that data actually conform to it. [Less]

8.84K lines of code

0 current contributors

5 months since last commit

1 users on Open Hub

Very Low Activity
0.0
 
I Use This

linqtoexcel

Compare

  Analyzed 1 day ago

Linq to ExcelUse LINQ to retrieve data from Excel spreadsheets! View the introduction videoBasic Examplevar repo = new ExcelQueryFactory(); repo.FileName = "pathToExcelFile"; var peopleWithSiblings = from p in repo.Worksheet() where p.Siblings > 0 ... [More] select p;Linq to Excel assumes the property names on the Person class match the column names in the worksheet named "Sheet1". What if your class property names don't match the column names or the spreadsheet you're using is not named Sheet1? Then see the CustomizingLinqToExcel page. Go to the GettingStarted page for a tutorial on implementing Linq to Excel in your project. Need help? Send questions to the Discussion Group [Less]

5.69K lines of code

4 current contributors

almost 4 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This