<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/py-csv2xls/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/py-csv2xls/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Fri, 16 Nov 2012 14:07:10 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/py-csv2xls/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>Problem with csv2xls.py</title><link>https://sourceforge.net/p/py-csv2xls/bugs/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Columns from csv files are not split on the output file, when the data are separated by ";"&lt;/p&gt;
&lt;p&gt;If the data are separated by "," python says "Infile name is not a valid csv file"&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Le P'tit Nicolas</dc:creator><pubDate>Fri, 16 Nov 2012 14:07:10 -0000</pubDate><guid>https://sourceforge.netce81b4cef4fe85e5fa7bb44e008e73075e65b90c</guid></item><item><title>Re: Problems with dataframes2xls</title><link>https://sourceforge.net/p/py-csv2xls/bugs/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Also it would be nice if this worked:&lt;/p&gt;
&lt;p&gt;write.xls(c(a = DFa, b = DFb))&lt;/p&gt;
&lt;p&gt;In that case a and b would be used as the sheet names, DFa and DFb&lt;br /&gt;
would be used as the data frames and there would be no need to parse&lt;br /&gt;
the x argument or use get internally within write.xls.  Such parsing&lt;br /&gt;
and use of get would only be needed if sh.names were not specified and&lt;br /&gt;
x were not a named list.  Internally you could just use x]]1]],&lt;br /&gt;
x[[2]], etc. to refer to the data frames and internally names(x) would&lt;br /&gt;
give the sheet names.  Also sh.names, if specified, would not only&lt;br /&gt;
override names(x) but should be specifiable as a vector of names&lt;br /&gt;
rather than as a string of the form: a:::b:::c&lt;/p&gt;
&lt;p&gt;Reported by Gabor Grothendieck on Mon, 21 May 2012 03:35:25 -0700 (PDT)&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">guido van steen</dc:creator><pubDate>Tue, 22 May 2012 03:43:50 -0000</pubDate><guid>https://sourceforge.netfb0bfa183d7bf39e538779bcdcf55125ebf8f410</guid></item><item><title>Problems with dataframes2xls</title><link>https://sourceforge.net/p/py-csv2xls/bugs/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi, Guido:&lt;/p&gt;
&lt;p&gt;Thanks for your useful "dataframes2xls" package.  I just modified writeFindFn2xls{sos} to use it if it cannot get either RODBC or WriteXLS (which had previously been programmed) to work -- with substantial help from Gabor Grothendieck.  Along the way, I encountered 3 concerns that I felt a need to report to you:&lt;/p&gt;
&lt;p&gt;(1) With "\n" in a character string in the data.frame, write.xls fails to write a file, noting, "Infile name is not a valid csv file" without&lt;br /&gt;
throwing an error.&lt;/p&gt;
&lt;p&gt;(2) With "," in a character string in the data.frame, it splits that element over multiple columns, thereby corrupting what is written.&lt;/p&gt;
&lt;p&gt;(3) It insists on quoting all all character strings.  I don't need or want those extraneous quotes, but I don't know how to get rid of them.&lt;/p&gt;
&lt;p&gt;I've gotten past the first two problems using gsub('\n|,', ' ', strings), and I plan to ignore the third.  If you know how to specify a format that will suppress the quotes, I will appreciate it.  You may not have the time to consider improving these features of dataframes2xls, but I felt a need to mention them in case you do.  I know of no way to write an Excel file that works out of the box on all platforms.  Your dataframes2xls seems to provide something useful in this regard.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;br /&gt;
Spencer&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">guido van steen</dc:creator><pubDate>Tue, 22 May 2012 03:41:14 -0000</pubDate><guid>https://sourceforge.net40cdd3ce89d48e3525ed9702234cd31c5cf37866</guid></item></channel></rss>