You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Vitalii Diravka (JIRA)" <ji...@apache.org> on 2018/07/20 21:28:00 UTC

[jira] [Commented] (DRILL-3738) Create StoragePlugin for Excel files (.xlsx or possibly .xls) - version 1 - read only.

    [ https://issues.apache.org/jira/browse/DRILL-3738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16551313#comment-16551313 ] 

Vitalii Diravka commented on DRILL-3738:
----------------------------------------

There are two not official implementations for this plugin:
1. [https://github.com/bizreach/drill-excel-plugin]
2. [https://github.com/cgivre/drill-excel-plugin]

> Create StoragePlugin for Excel files (.xlsx or possibly .xls) - version 1 - read only.
> --------------------------------------------------------------------------------------
>
>                 Key: DRILL-3738
>                 URL: https://issues.apache.org/jira/browse/DRILL-3738
>             Project: Apache Drill
>          Issue Type: Improvement
>    Affects Versions: 1.14.0
>            Reporter: Edmon Begoli
>            Priority: Major
>              Labels: features
>             Fix For: Future
>
>
> I would like to implement a new storage plugin for Excel files which would support reading and writing of these. 
> It would be implemented using Apache POI project:
> https://poi.apache.org/spreadsheet/
> The most recent component of POI called SS supports both .xlsx and .xls format which is particularly convenient, as this will uniformly allow the coverage of of both formats.
> First version would feature only read functionality.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)