9 buildPythonPackage rec {
15 inherit pname version;
16 hash = "sha256-zdJyyC+LMvHO52rq74ey7jVJZh/d+Q9+zyMQlnoW/IQ=";
26 homepage = "https://github.com/dilshod/xlsx2csv";
27 description = "Convert xlsx to csv";
28 mainProgram = "xlsx2csv";
29 license = licenses.bsd3;
30 maintainers = with maintainers; [ jb55 ];