Displaying 20 results from an estimated 30000 matches similar to: "Maxsize error in excel creation"
2009 May 05
0
How to write data into excel files using roo
Hai,
I am using parseexcel to export data to a excel,while exporting a
large amount of data it shows a MaxSizeError.
Ithink that i will use roo for exporting data into excel.But i dont
know the codings to write data into excel
can anyone help me..
Thanks in Advance
--
Posted via http://www.ruby-forum.com/.
2013 Mar 05
0
Meaning of error message when exporting to MS Excel
Hi,
I?m attempting to export data (split into multiple files from one large
dataset) from R to excel using the excel.link package. The code for export
is as follows:
for(i in practicesNN){
#Create relevant data for input
#Separate out all parts of data ? PracticeName is removed from example
data for privacy reasons
detailedH<-dataExport2[dataExport1$PracticeName == i &
2010 Dec 04
0
Problem while export to xls using spreadsheet gem in rails for Server
Hi All,
In my code
@format_text = @workbook.add_format(:bold =>false)
I get following error
undefined method `font'' for {:bold =>false}:Hash in
gems/spreadsheet-0.6.4/lib/spreadsheet/excel/writer/workbook.rb:352
when i try to export data into the XLS i am using following gems
spreadsheet --version 0.6.4
spreadsheet-excel --version 0.3.5.1
My problem is when i use same code
2009 Jan 08
0
Why Excel is our friend
>
> "Some people familiar with R describe it as a supercharged version of
> Microsoft's Excel spreadsheet software..."
>
It is easy to ridicule this line from the NYT article. But this is not only
a very sensible comment by a smart reporter, but also one that is good for
R:
It is good for R because it explains the new (R) in terms of the familiar
(Excel). Of course R
2003 Jul 21
1
RODBC: problem saving a new table in an "Excel database"
Hi
I am using package RODBC version 1.0-1 under R version 1.7.1 on Windows
XP Pro. I am having problems writing a new table to an (Excel) database
using sqlSave.
I connect to an empty Excel spreadsheet using odbcConnectExcel (which, I
believe, uses the Microsoft Excel Driver DSN). Then I try and save a new
table to the database(spreadsheet) using SqlSave, but obtain an error
message.
Below is
2004 Feb 16
1
xls2csv.pl: Script to translate Excel files into CSV
I've created a Perl script that translates Microsoft Excel (.xls) files into
comma-delimited text files (.csv) using the Perl Spreadsheet::ParseExcel
module.
Usage
-----
perl xls2csv.pl <excel file> [<output file>] [<worksheet number>]
Translate the Microsoft Excel spreadsheet file contained in
<excel file> into comma separated value format (CSV) and store
in
2007 Dec 14
1
RJDBC to OpenOffice Calc as RODBC to MS Excel
Under Windows, I have used RODBC to connect to Excel spreadsheets as per
the example below:
library(RODBC);
connect = odbcConnectExcel("testdata.xls");
query = "SELECT [data$.ethn], [data$.sex], [data$.age],
[data$.height], [data$.weight],
[label$.label]
FROM [data$], [label$]
WHERE [data$.ethn] = [label$.ethn];"
data =
2008 Aug 27
0
Edit & Email an Excel Spreadsheet in Rails 2.0
Dear Group,
I hope someone out there can help me with this.
I am building a Rails 2.0 application for a customer. The customer
has a number of Excel spreadsheets which he would like his customers
to open and complete online then submit the completed spreadsheet to
him via email.
A typical scenario would be:
(1) The ''empty'' spreadsheets are provided as a list on the web site.
2003 Jul 11
2
Problem with opening Excel spreadsheets that client cannot write to
We have some Excel spreadsheets stored on our Samba 2.2.8 fileserver. The
permissions are set such that some users can write to these and some cannot,
but they can all read them (the world-readable bit is set).
When a user with read/write access tries to open the spreadsheet, there is no
problem. The user is happy and productive and outside the sun is shining.
Excellent! Have a biscuit!
When a
2006 Jan 10
1
"Missing value representation in Excel before
I reproduce from memory my exhaustive look into this issue.
RODBC uses the Microsoft ODBC DLL's developed by Microsoft.
These DLL's perform an automatic determination of column type based on the contents of the first N rows of cells in each column, where N [0,16]. N may be set in the Windows system registry, and there are a few other things that may be set in the system registry which
2009 Jan 08
1
R and Excel
Even using the VBA back of Excel to create interfaces with R would
make a lot of sense. Suppose I could have access to VBA macros that
import and export data into R , it would be great.
The R GUI series like Rattle come even closer to Excel...so a VBA
_R_ExCel package might be useful to ordinary folks .
Besides Excel costs money, so adding R functions to Open Office would
help both of them ( if
2009 Apr 07
0
File created using Spreadsheet Excel can't read on linux
Hi All,
Created xls file using spreadsheet Excel is not read on linux.
I am creating an xls file are as follows
workbook = Spreadsheet::Excel.new("Filepath")
worksheet = workbook.add_worksheet("Sheet1")
|
|
|
workbook.close
but when i am trying to download this it not get download.
--
Posted via http://www.ruby-forum.com/.
2009 Mar 09
3
Creating an Excel file with multiple spreadsheets
DeaR all,
I'd like to know how to create an Excel file with multiple spreadsheets from
R. I searched the help files and found [1] but it is not what I want to do.
Let's say I have a data frame called DF as in the following code
# Some data
set.seed(123)
ID<-sample(5,100,replace=TRUE)
X<-rnorm(100)
Y<-rpois(100,10)
Z<-X*Y
DF<-data.frame(ID,X,Y,Z)
str(DF)
I'd like to
2007 Jul 08
1
Writing Excel (.xls) files on non-Windows OSs using Perl
Hi all,
There have been quite a few threads in the recent months pertaining to
the ability to directly write native Excel (.xls) files from R. For
example, exporting R matrices and/or data frames to an Excel file, with
perhaps the ability to create multiple tabs (worksheets) within a single
file, with one tab/sheet per R object.
There exists the xlsReadWrite package on CRAN by Hans-Peter Suter,
2010 Jan 03
2
Problem with downloading a generated Excel sheet
Hello,
I''m using the spreadsheet/excel gem to generate an excel sheet that I
want user to be able to download it once it''s generated. Please take a
look on the below code:
@contacts=Contact.find(:all)
if @contacts.size>0
file="#{Date.today}_Report.xls"
workbook=Spreadsheet::Excel.new("#{RAILS_ROOT}/public/reports/#{file}")
2010 Feb 23
2
Help on Spreadsheet::Excel
Dear all,
For the export to excel functionality i have used Spreadsheet::Excel gem
it works fine. i would like to design the excel sheet with html ,css.(i
want to give color and height and width to each cell of the excel
sheet...)
I have goggled for this but nothing saved me...
please u people suggest me any sample code or links that i can try
with...
Thank you for your time to view my query
2012 Apr 25
0
Excel file with landscape orientation with the Spreadsheet gem
Hi,
Does anyone know if there is a way to generate Excel spreadsheets
with
landscape orientation with the Spreadsheet gem?
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to
2008 Dec 10
1
Re: Importing / Parsing Large Excel Files ?
Hello,
On 16 Okt., 20:02, "AN@S" <anas.marr...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
> Hello,
>
> I''m running into a project where a client has large Excel files
> (60.000+ records per file) and he needs an application to import them
> into a database to use this data for useful operations (reporting,
> calculations .. etc).
>
> I know
2011 Jan 26
0
RGtk2Extras package for dataframe editing and easy dialog creation
Dear useRs,
This is to announce the RGtk2Extras R package is available on CRAN in version 0.5.1.
This package provides useful extras for R programmers who wish to create graphic user interfaces. It is based on GTK, using Michael Lawrence's RGtk2 package and John Verzani's gWidgets, and some ideas from John Verzani's traitr package.
The first major feature of RGtk2Extras, the
2011 Jan 26
0
RGtk2Extras package for dataframe editing and easy dialog creation
Dear useRs,
This is to announce the RGtk2Extras R package is available on CRAN in version 0.5.1.
This package provides useful extras for R programmers who wish to create graphic user interfaces. It is based on GTK, using Michael Lawrence's RGtk2 package and John Verzani's gWidgets, and some ideas from John Verzani's traitr package.
The first major feature of RGtk2Extras, the