Android does not have a standard API for opening office files. The applications you found use the internal API to read files. They either do this on the device or upload the file to the server, which is responsible for parsing the file and converting it to a format that is easier to read from the Android client.
source share