Displaying 20 results from an estimated 800 matches similar to: "Best library for reading/wriiting excel in ruby"
2013 Jun 18
2
`require': cannot load such file -- nokogiri (LoadError) in rubyXL
Hi All
Getting the below error when running the source code
My requirement is : I want read / write the excel sheet ( both xls / xlsx )
from Ruby , if you have any other solution also share with me ..
*Source Code :*
*
*
*
bash-3.2$ cat rubyXL.rb
require ''rubyXL''
workbook = RubyXL::Parser.parse("test.xlsx")
workbook = RubyXL::Workbook.new
sheet_Name =
2013 Jun 21
3
[HELP ] Call java code / method from Ruby programming
Hi All ,
I have written java code ( This java code will not return any thing but
it will do action ) which is required call from ruby , please let me what
is best way to achieve this ?
Thanks ,
Muthu Selvan SR
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from
2013 Jun 20
8
[HELP] - Ruby Drag and Drop script on screen element in Mac OS
Hi All ,
I am new to the ruby , i want click the object on element ( any object ,
Ex: Calculator) after click i need Drag and Drop the
element continuously for some time , please let me know how to do it in
ruby in Mac OS ?
Thanks ,
Muthu Selvan SR
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe
2013 Jun 15
3
[HELP] BUILD FAILED while Installing ruby-1.8.7-p371 in mac OS...
Hi ,
I have installed "ruby 1.9.3p429 " already but as per my project required i
want downgrade to "1.8.7-p371"
while tying with the below command i am getting the below error message ,
please let me know how to solve this issue ?
*COMMAND : **rbenv install 1.8.7-p371*
*
*
Downloading ruby-1.8.7-p371.tar.gz...
->
2013 Oct 21
3
What it exactly do these do ( RubyXL::Parser.parse and Roo::Excelx.new) when opening a file?
Do they open a file and load it into memory?
I''m asking because it seems to take a long time opening a file but after it
opens looping into the variable is REALLY fast, could someone explain me or
tell me where can I find an explanaition on how this sort of things work?
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk"
2014 Nov 02
1
drs replicate to Windows 2003 DC fails with WERR_DS_INSUFFICIENT_ATTR_TO_CREATE_OBJECT and WERR_DS_DRA_ACCESS_DENIED
My samba4.11 server will only replicate one way: windows -> samba.
Replication from samba -> windows fails. Details follow.
I have a Samba 4.11 domain controller (fs1) that was added to an
existing domain that had a Windows Server 2003R2 domain controller (fs)
and Windows Small Business Server 2011 (sbs).
fs1 is running on Debian 7.6
My issues seems similar to
2007 Oct 29
2
UI drop down list pulled from database values in activescaffold
as i''m finding it difficult to override the form Ui elements using
activescaffold -= i''m looking for a help to build a drop down list in
UI (values pulled from databse through SQL query) and so user can
select these valus while submitting to database.
pls provide any example strictly using activescaffold plugin.
thanks
selvan-kalaiselvan
2013 Jun 03
2
Write ordering in Ext4
Greetings. I am Arul Selvan works for Novell. I am exploring the Ext4 architecture, more specifically i would like to understand the write ordering, basically the same blocks is modified more than once, how the write is ordered. Could you point me the doc or the specific source file to look.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2013 Jun 04
2
Re: Write ordering in Ext4
thanks that answered my question. One more question, is it possible to stop the delayed block allocation in ext4 ?
>>> Andreas Dilger <adilger@dilger.ca> 6/3/2013 8:17 PM >>>
On 2013-06-02, at 23:33, "Arul Selvan" <Rarul@novell.com> wrote:
> Greetings. I am Arul Selvan works for Novell. I am exploring the Ext4 architecture, more specifically i would like
2008 Nov 07
6
Dtrace command
Hi All,
Can I get Dtrace command, which is useful for regular system administration like performance issue.
Advance Thanks
Muthu
--
This message posted from opensolaris.org
2013 Jun 03
0
Re: Write ordering in Ext4
On 2013-06-02, at 23:33, "Arul Selvan" <Rarul at novell.com> wrote:
> Greetings. I am Arul Selvan works for Novell. I am exploring the Ext4 architecture, more specifically i would like to understand the write ordering, basically the same blocks is modified more than once, how the write is ordered. Could you point me the doc or the specific source file to look.
Writes in memory
2011 Jan 05
1
Prediction error for Ordinary Kriging
Hi ALL,
Can you please help me on how to determine the prediction error for ordinary
kriging?Below are all the commands i used to generate the OK plot:
rsa2 <- readShapeSpatial("residentialsa", CRS("+proj=tmerc
+lat_0=39.66666666666666 +lon_0=-8.131906111111112 +k=1 +x_0=0 +y_0=0
+ellps=intl +units=m +no_defs"))
x2 <- readShapeSpatial("ptna2",
2009 Sep 30
8
Cycle/Partials issue
First off, I''m fairly new to ruby on rails so this may appear simple but
I''m just learning the ropes :)
So I have a simple blog app where a post has many comments. The ''show''
view for posts renders a partial for each comment the post has. The css
class of the containing div element is cycled using cycle(). The partial
code is,
<% div_for(comment, :class
2011 Jan 06
1
Cross validation for Ordinary Kriging
ear ALL,
The last part of my thesis analysis is the cross validation. Right now I am
having difficulty using the cross validation of gstat. Below are my commands
with the tsport_ace as the variable:
nfold <- 3
part <- sample(1:nfold, 69, replace = TRUE)
sel <- (part != 1)
m.model <- x2[sel, ]
m.valid <- x2[-sel, ]
t<- fit.variogram(v,vgm(0.0437, "Exp", 26, 0))
cv69
2010 Jun 22
3
Project
I am an intern in Virginia Beach and I am currently working on a
project that involves converting a script of Pearl to R. The code
takes one input text file and outputs six text files. If you think you
can help, I will be able to provide more detailed information. Thank
you for your time!
Colton Hunt
2012 Apr 03
0
[LLVMdev] GSoC 2012 Proposal: Automatic GPGPU code generation for llvm
Hi Justin,
the non-translatable IR with GPU code replaced by appropriate CUDA Driver
> API calls.
One of CUDA driver apis (cuLaunch) need a ptx asm string as its input. So
if I want to provide a one-touch solution and don't introduce any changes
to tools outside polly, I must prepare the ptx string before I can generate
the correct non-translatable IR part.
As your suggestion, It may
2020 Aug 09
5
User mapping?
On 09/08/2020 20:13, Simon Matthews via samba wrote:
> I have things sort of working now, but I just want to confirm: there is
> no way to manually (and individually) map the IDs?
As far as I am aware, not with your setup, If you were using ldap or
running AD, then yes, you could allocate an exact ID to each user and group.
Rowland
2019 May 22
2
system unresponsive
Out of memory? We?ve definitely seen similar symptoms (it?s been a while, so I?m not sure they were identical) for compute nodes running large memory jobs.
Noam
2005 Oct 03
1
rsyncd: having each log file for each module
Hi,
I am using rsyncd server. I have the configuration in
/etc/rsyncd.conf. I have included each modules section for each client.I
want to have the log files of all activity in separate files for each
client instead of in the global log file.Can sombody help me.
/etc/rsyncd.conf
=============================
#### rsyncd.conf file ####
uid = backup
gid = backup
#pid file =
2003 May 07
2
vmail.cgi cannot read/delete messages
vmail.cgi rocks (if I can borrow the expression for Mark Street). As Mark
pointed out, the /vm/INBOX messages are created with 0700 security and
vmail.cgi is not happy. Apache/cgi/vmail.cgi cannot play them unless I fool
around with the Apache wrapper or chmod 755 *.* thefiles myself. (Tedious,
that is why I like computers).
Obviously this is not acceptable. I took a trip to the