Displaying 3 results from an estimated 3 matches for "meonlin".
Did you mean:
meonline
2010 Oct 14
2
Can not open Excel password protected file
I have installed Win 1.1.42 on Ubuntu10.04 and installed Excel2007 as part of MS Office 2007. I can open a non-password protected .xlsx file without a problem.
However, when I try to open a password protected .xlsx file, I get an error message "The password you supplied is not correct. Verify that the CAPS LOCK key is off and be sure to use the correct capitalization."
I am certain
2011 Jan 26
1
Re: Can not open Excel password protected file
meonline,
when you say
> if I save the original .xlsx w/o a password, then open under wine and create a password, things work as expected
do you mean that you can open the new password protected with MS Office in Windows? Because I can't...
I've tried with Wine 1.3.12, but the problem is st...
2012 Jun 29
3
Data scaled by lattice::stripplot
For the following example,
> library(lattice)
> df<-data.frame(i=1:100,p=runif(100),id=rep(c('a','b'),100))
> summary(df[,'p'])
Min. 1st Qu. Median Mean 3rd Qu. Max.
0.01165 0.33580 0.57520 0.53290 0.74540 0.98610
> stripplot(p~i|id,df)
The plot that is output is as expected with the exception that the values
are scaled by a factor of 100 in