Test Development Learning Exchange
Jun 13, 2018 · Backend Development
Convert Excel Data to JSON Using Python (xlrd)
This tutorial demonstrates how to use Python's xlrd and json modules to read an Excel file, extract its rows and columns, and convert the data into a JSON string suitable for API testing, preserving non‑ASCII characters.
data-conversionxlrd
0 likes · 2 min read
