We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9e47c6 commit e61d8edCopy full SHA for e61d8ed
xlrd/book.py
@@ -4,6 +4,8 @@
4
5
from __future__ import print_function
6
7
+import struct
8
+
9
from . import compdoc, formatting, sheet
10
from .biffh import *
11
from .formula import *
0 commit comments