xmlsquad / gsheet-to-xml

Given the url of a Google Sheet, this Symfony Console command fetches the Google Sheet and outputs it in the form of Xml.
Apache License 2.0
3 stars 1 forks source link

Remove /src/Application/Service/SpreadsheetParser.php because nothing seems to use it #25

Closed forikal-uk closed 6 years ago

forikal-uk commented 6 years ago

 Goal

[see title]

Why

Nothing seems to use it.

I have searched the whole of the gsheet-to-xml project for it and even further searched all projects within the xmlsquad suite of repos. None seem to use it.

It looks like an early script that was created before the design changed.

As I turn gsheet-to-xml into more of a library it will be harder find usages, so best remove it now.

How

Delete the file and commit.