search for: saveas

Displaying 20 results from an estimated 20 matches for "saveas".

2006 Feb 09
1
Office 2003 hangs when writing to share
I am having a problem writing/saving to a SMB share with O2K3(Word). In WORD, if I File/SaveAs \\machine\share\fred.doc - the windows machine hangs completely (Explorer+Word immediately, then all other processes after a period of say 1min). Most other scenarios succeed: ok: File/SaveAs C:\fred.doc, then move to \\machine\share using explorer. ok: Outlook.PST file on \\machine\share can be w...
2007 Nov 11
0
File.chown
...oup on the uploaded file. It doesn''t seem to work. No complaints anywhere, it just doesn''t work. Can anyone suggest what I might do to get this to work, i.e., to change the ownership and group on the uploaded file? Here''s my helper method: def httpUpload(file2upload,saveAs) directoryPath=''/tmp/'' File.open(directoryPath+saveAs,''wb''){|f| f.write(file2upload.read)} File.chown(500,100,directoryPath+saveAs) end Thanks for any input. ... doug --~--~---------~--~----~------------~-------~--~----~ You rec...
2009 Jun 15
2
[OT] VBA to save excel as csv
Hi all, This is a little off-topic, but it is on the general topic of getting data in R. I'm looking for a excel macro / vba script that will export all spreadsheets in a directory (with one file per tab) into csv. Does anyone have anything like this? Thanks, Hadley -- http://had.co.nz/
2002 Oct 24
0
[2] Re: How Samba let us down
...ice products (Word/Excel/Powerpoint) to open a file and close it which loops for 1000 iterations. var i; var myApp = new ActiveXObject("Word.Application"); myApp.Visible = true; for (i = 0; i < 1000; i++) { myApp.Documents.Open("G:\\Test.doc"); //myApp.ActiveDocument.SaveAs("G:\\Test.doc"); myApp.Documents.Close(); } myApp.Application.Quit(); Further scripts can be downloaded from http://www.beyondlogic.org/consulting/oplocks/testoplocks.htm Now I will admit that the test is only as good as the M$ products and I find it interesting to see someone ment...
2013 Feb 20
1
Connection leak in sqlpool for ACL Dict Postgres in v2.1.15 (14907:b96df105ec55) and v2.2.beta1 (15857:07dfd4391d22)
...s5K/doPitCunGRcNiVD8srgUU6Po7Zv0akBmE1XUfBKkn6JUILDQ== =VpqF -----END PGP SIGNATURE----- -------------- next part -------------- = Mailscanner Information [FB02] == Rename Filename At least one attachement has been renamed to overcome a potential filename attack. Right-click on the item and select SaveAs, in order to save the file with its original name. Mindestens ein Anhang wurde umbenannt, um eine potentielle Attacke mit unleserlichen Dateinamen zu verhinden. Um ihn mit seinem orginialen Namen zu speichern, klicken Sie rechts auf den Anhang und w?hlen SaveAs. See FAQ [http://www5.inf.fh-bonn-rhe...
2007 Jun 12
4
pretty report
Dear Listers: I have a couple of data frames to report and each corresponds to different condtions, e.g. conditions=c(10, 15, 20, 25). In this examples, four data frames need to be exported in a "pretty" report. I knew Perl has some module for exporting data to Excel and after googling, I found R does not. So I am wondering if there is a package in R for generating good reports. I
2010 Jan 27
1
How to attach chart to excel file?
Hi, How can I attach chart/plot to a excel file? I would like to create a plot in R eg. plot(1) and save it into a Excel file, eg. test.xls in a same working directory. Regrads, -J
2009 Apr 15
1
Writing .xlsx files
Dear all, I have been looking for possibilities to read and write Excel 2007-files in and from R. The 'reading' part is ok through odbcConnectExcel2007 and sqlFetch(RODBC). For 'writing' I thought of using sqlSave in the same package, but it does not work (I think because this function starts from an existing file). Is there a workaround for this, or are there other plausible
2009 Jan 13
1
ROR - Excel Export Example
....to_s + " " + contact.last_name.to_s).strip end # Here are some common file formats: xlCSV=6 xlCSVMac=22 xlCSVMSDOS=24 xlCSVWindows=23 xlCurrentPlatformText=-4158 xlExcel9795=43 xlTextMSDOS=21 xlTextPrinter=36 xlTextWindows=20 workbook.SaveAs ''contacts_export.csv'', xlCSV excel.Quit excel = nil #release the excel object GC.start #call Garbage collector end --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rail...
2007 Apr 11
2
can we use MS Word Template using Ruby
Hi all, I am creating MS word document using ruby. can I use a "template" document in Microsoft word with place holders for dynamic data from database using ruby. Like, I''ve a template, I want to fill it by data from database, using ruby. Please help me out. Thanks, -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received
2012 Jan 31
7
How Functional is Wine's IE supposed to be?
...tes, but not access them from anywhere, the back button works on occasion, I am yet to see the forward button work, Stop and Refresh don't appear to do anything, Home actually does work, "File > new > Window" doesn't work, "File > open" sometimes works, Save and SaveAs both don't work, Print format doesn't do anything, print sometimes works, I've never seen print preview work, properties doesn't seem to do anything, and close works. So yeah, just wondering if that's supposed to be the case. I was kind of hoping that all the buttons would at l...
2009 Sep 14
3
Exporting Numerous Graphs
Hi all, I have got 27 graphs to export (not a lot...I know!). How can I fit all of them into a single file like PNG without adjusting the size of the graphs? What's in my mind is like pasting graphs into Word, in which I can just scroll down to view the graphs. Thanks for your attention. Much appreciated. Chris -- View this message in context:
2008 Oct 26
1
Transferring results from R to MS Word2
Tom: Supposse your Excel file is named "myExcelFile" Open myExcelFile and SaveAs "myExcelFile.csv" or "myExcelFile.txt" Then go to the RConsole and type: #Option # 1 mydata <- read.csv("PathTomyExcelFile.csv",header=T) mydata # You should be able to see your dataset in R # Option # 2 # If you saved your Excel file as text then you would do:...
2006 Jun 29
4
Extracting R plots from MS Word
Hi, I am revising a paper that I am a co-author of. The figures are plots generated from R but at the moment I do not have the R code that generates them. As this is time critical I would like to slightly abuse the list by asking whether anyone knows how to extract from MS Word into a stand-alone graphics file a plot that was pasted into Word from R (probably as a Windows Metafile, but possibly
2005 Jun 16
3
Excel files first row not being read
hi, i am using the RODBC package to read excel files using odbcConnectExcel and susequently sqlFetch to read the contents of the file. the file that i use is just a matrix of numbers thats all. no headers and column names. what happens is that the sqlFetch is not reading my first row of numbers. i have tried different combinations of colnames and rownames logical values but that first row is not
2006 Jul 17
6
Output and Word
Hi I have just started to have a look at R. I have used most stats software packages and can use perl, visual basic etc. I am interested in how well it handles lots of output e.g. tables or charts. How would you get lots of output most easily and quickly into a Word document? Sharon Snowdon ------------------------------------------------------------------------ - FIGHT BACK AGAINST SPAM!
2017 Sep 22
3
gtk3 update causing havoc
On my lab systems, the automatic updates were failing because of the problems with ipod libraries from EPEL being in the way. It turns out that was a good thing, because when I "fixed" it, a massive set of packages was updated, including the new gtk3. These packages are the ones causing problems, I think. gtk3-3.22.10-4.el7.x86_64 gtk3-devel-3.22.10-4.el7.x86_64 In the release notes,
2006 Aug 30
10
.Rprofile under Windoze.
I am (for my sins) having to do some work using R under Windoze. I wanted to set up a .Rprofile to control my set-up. The docs on .Rprofile say that it can/should be placed in ``the user's home directory''. ``An Introduction to R'' observes lucidly that this concept needs to be clarified under Windoze. Following the suggestions in An Introduction to R, I tried putting a
2016 May 03
9
[Bug 95251] New: vdpau decoder capabilities: not supported
https://bugs.freedesktop.org/show_bug.cgi?id=95251 Bug ID: 95251 Summary: vdpau decoder capabilities: not supported Product: Mesa Version: 11.2 Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: Drivers/DRI/nouveau Assignee: nouveau at
2007 Feb 08
5
xlsReadWrite Pro and embedding objects and files in Excel worksheets
Hans-Peter and other R developers, How are you? Have you made any progess with embedding Url's in Excel? Well, I have been busy thinking of more things for you to do;) My colleagues in the lab are not R literate, and some are barely computer literate, so I give them everything in Excel workbooks. I have gradually evolved a system such that these workbooks have become compendia of my