Sha256: 2906a281234411a958541f9f145c02b81359434ab62c87373f787148b0217f98

Contents?: true

Size: 412 Bytes

Versions: 5

Compression:

Stored size: 412 Bytes

Contents

Colander
==============
Colander is a gem to collect emails from various file formats.

Supported formats

  * "Old" Ms Excel files, ending in .xls
  * Ms Excel files ending with .xlsx

Usage
-----

    parser = Colander.parse("/path/to/file.xls")
    parser.emails # => ["foo@bar.com"]

or

    parser = Colander.parse("/path/to/file_without_extension", "filename.xlsx")
    parser.emails # => ["foo@bar.com"]

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
colander-0.1.2 README.md
colander-0.1.1 README.md
colander-0.1.0 README.md
colander-0.0.3 README.md
colander-0.0.2 README.md