Saurabh
133df77d31
[fix] revert unicode dencoding
7 lat temu
Rohit Waghchaure
05808554a0
[fix] Not able to export general ledger report's data in excel
7 lat temu
Ben Cornwell-Mott
0bc85c7431
Allow workbook pass in make_xlsx
7 lat temu
Aditya Hase
769338f136
Replaced all instances of basestring with six.string_types
8 lat temu
Aditya Hase
d3395dfd28
Replaced StringIO and cStringIO imports with six.StringIO ( #3810 )
StringIO and cStringIO modules are replaced with io.StringIO in
Python 3. six.StringIO is an alias for StringIO.StringIO in
Python 2 and io.StringIO in Python 3
8 lat temu
Faris Ansari
f16854559d
[minor] Handle string with no html tag in xlsxutils ( #3332 )
8 lat temu
Manas Solanki
5315bea77f
Data Import Tool in excel file format ( #3231 )
* Data Import in excel file format
* Include test case and minor fixes
* typos
8 lat temu
Manas Solanki
bfb181333c
handle the escape sequence in the html2text library ( #3272 )
8 lat temu
mbauskar
3319257d0f
[fixed] error while exporting the report in excel format
8 lat temu
OlaAkeela
512bcd39d5
remove html tags when exporting report in excel format ( #3174 )
* remove html tags when exporting report in excel format
* remove html tags when export report as excel using html2text
8 lat temu
Manas Solanki
a9d5715f8a
Fix for opening the file in mac and some styling in excel file
8 lat temu