Skip to content

Magenaut

  • Home
  • Topics
    • Notes
    • Tutorial
    • Bug fixing
    • Extension
    • Server
  • Q&A
  • Privacy Policy
  • About

xlrd

GroupBy results to dictionary of lists

August 20, 2022 by Magenaut

I have an excel sheet that looks like so:

Categories Python, Q&A Tags pandas, python, xlrd Leave a comment

Create a .csv file with values from a Python list

August 20, 2022 by Magenaut

I am trying to create a .csv file with the values from a Python list. When I print the values in the list they are all unicode (?), i.e. they look something like this

Categories Python, Q&A Tags csv, python, xlrd Leave a comment

python xlrd unsupported format, or corrupt file.

August 17, 2022 by Magenaut

My code:

Categories Python, Q&A Tags excel, python, xlrd Leave a comment

Pandas: Looking up the list of sheets in an excel file

August 16, 2022 by Magenaut

The new version of Pandas uses the following interface to load Excel files:

Categories Python, Q&A Tags excel, openpyxl, pandas, python, xlrd Leave a comment

Reading Excel File using Python, how do I get the values of a specific column with indicated column name?

August 16, 2022 by Magenaut

I’ve an Excel File:

Categories Python, Q&A Tags excel, python, xlrd Leave a comment

Get formula from Excel cell with python xlrd

August 14, 2022 by Magenaut

I have to port an algorithm from an Excel sheet to python code but I have to reverse engineer the algorithm from the Excel file.

Categories Python, Q&A Tags excel, formula, python, xlrd, xls Leave a comment

Error: Unsupported format, or corrupt file: Expected BOF record

August 14, 2022 by Magenaut

I am trying to open a xlsx file and just print the contents of it. I keep running into this error:

Categories Python, Q&A Tags csv, excel, python, xlrd Leave a comment

Insert row into Excel spreadsheet using openpyxl in Python

August 13, 2022 by Magenaut

I’m looking for the best approach for inserting a row into a spreadsheet using openpyxl.

Categories Python, Q&A Tags excel, openpyxl, python, xlrd, xlwt Leave a comment

Convert date from excel in number format to date format python

August 12, 2022 by Magenaut

I am reading data from excel and manipulating the data using python. But dates are coming as integers. How can I convert the dates back to date format? 5/15/2015 is coming as 42139.00 Answers: Thank you for visiting the Q&A section on Magenaut. Please note that all the answers may not help you solve the … Read more

Categories Python, Q&A Tags datetime, excel, python, xlrd Leave a comment

How to obtain sheet names from XLS files without loading the whole file?

August 12, 2022 by Magenaut

I’m currently using pandas to read an Excel file and present its sheet names to the user, so he can select which sheet he would like to use. The problem is that the files are really big (70 columns x 65k rows), taking up to 14s to load on a notebook (the same data in a CSV file is taking 3s).

Categories Python, Q&A Tags excel, pandas, python, xlrd Leave a comment
Older posts
Page1 Page2 Next →
  1. michealSmith07 on Is there a way to dynamically refresh the less command?August 21, 2022

    That is a very nice post. I like this post.

  2. anonymous on Fix libwacom9 dependency issue when upgrade DebianJune 27, 2022

    saved my day!! Thanks for the help…

  3. sreedhar on Fix libwacom9 dependency issue when upgrade DebianMay 10, 2022

    Thanks its working

  4. saintnick on Fix libwacom9 dependency issue when upgrade DebianMay 10, 2022

    remove libwacom2 worked for me as well

  5. ranafoul on Fix libwacom9 dependency issue when upgrade DebianApril 22, 2022

    apt remove libwacom2 helped on kali 2022.01. gr8

.net ajax asp.net asp.net-core asp.net-mvc asp.net-mvc-3 asp.net-mvc-4 asp.net-web-api bash c# command-line css custom-post-types custom-taxonomy dataframe dictionary django entity-framework functions gridview html iis javascript jquery json linux list matplotlib numpy pandas php plugin-development plugins posts python python-2.7 python-3.x security shell shell-script sql string vb.net webforms wp-query

© 2026 Magenaut • Built with GeneratePress