Giter Site home page Giter Site logo

android-spreadsheet's Introduction

Android Spreadsheet

Copyright 2011-2015 Dennis Sheil

Released under Apache License, Version 2.0

In 2011 I began writing this spreadsheet app for Android.  With the use 
of the Apache POI libraries, I was able to load Microsoft Excel files in 
their pre-2007 (.xls) format.  That done, I guessed that loading 2007- 
style Excel files (.xlsx) would be easy, so I launched into designing 
the user interface.  At some point I went back to implement the 
functionality for 2007 on Excel files and discovered that, for a variety 
of reasons, including Android's famous 65,536 Dalvik executable method 
limit (which was an obscure problem at the time), loading XLSX files 
would be very difficult for the foreseeable future.  So I put this 
project aside in June 2011, and released it on Github in October 2011.

By February 2012 I had learned Android's XML layout format a little 
better, so I updated the app to fix that, as well as doing a little bit 
of refactoring.

You can tell how old this app is by the fact that it was watching for 
arrow keys, not fling gestures.  It is now July 2015, and I have updated 
the app so that you can browse the spreadsheet with fling gestures.

The lack of that particular "feature" irritated me, so I added it.  
Looking at this app, I see there are many things which have broken in 
newer versions of Android, such as file loading, and there are many 
features it needs.  I will fix things as my schedule allows.

I suggest visiting this page ( http://poi.apache.org/overview.html ) to 
see which referenced libraries you must include with this Android 
project, particularly the component map section.  As this currently only 
does HSSF, you just need the poi jars, which are poi itself ( 
poi-version-yyyymmdd.jar , with yyyymmdd being the date of the poi in 
question) as well as Apache commons-logging and log4j jar's.  You need 
those jar's as Android references libraries for this to be able to load 
pre-2007 XLS files.  

Patches doing things like OpenOffice/LibreOffice spreadsheets are 
welcome.  Feel free to contact me if you're considering doing that.

You can send me comments etc. - [email protected]

android-spreadsheet's People

Contributors

dennis-sheil avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.