home.social

#xlrd — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #xlrd, aggregated by home.social.

  1. My task was to wrote a custom import module in #python that can read data from an excel xlsx document. I had end up implementing it by using #xlrd module initially and later on I discovered it no longer handles xlsx files thus I converted it to use #openpyxl instead.