2
Answers

MetaData in an Excel Cell

Rob 0

Rob 0

14y
3.3k
1
Hi,

i have a question. is there any way to save more than one Information in only ONE Excel Cell?  i.e. Table_id, Subject, other Strings,.... like MetaData

I have a Table with lots of Entries, like a Database and i want to Insert them into an excel sheet. But i dont need only the values of the columns. I also need some more imformations and i asked me if i can save the "more Information" and the Value in one Cell.

I know i can save some Infomation in the Cell Formula, but i think the performance is more than bad if i read information out of the FormulaString from a list of over 1000 enties.

Have some Idea??
 
Answers (2)
0
Muralidharan Deenathayalan

Muralidharan Deenathayalan

NA 11.9k 1.5m 13y
I'm checking the compatiblity for AirPrint option. Let you know the status once it is done.

Thanks for your suggestions.
0
Pankaj Gogoi

Pankaj Gogoi

NA 91 0 13y
Hi

Can you use the bookmarklet feature to convert it to pdf and then print. Here is one link
http://www.ipadforums.net/ipad-help/32146-ipad2-printing-webpages.html

Can you please check this link also. It talks about AirPrint101

http://support.apple.com/kb/ht4356

It has feature for printing from safari

Thank You

0
Muralidharan Deenathayalan

Muralidharan Deenathayalan

NA 11.9k 1.5m 13y

http://developer.apple.com/library/safari/#documentation/AppleApplications/Reference/SafariWebContent/CreatingContentforSafarioniPhone/CreatingContentforSafarioniPhone.html#//apple_ref/doc/uid/TP40006482-SW1
iOS Note: Note that the showModalDialog and print methods are not supported in Safari on iOS.

I can't use /integrate the third party application inside my browser app.
Can you please suggest me any other way for printing from iPad 2 device?
0
Pankaj Gogoi

Pankaj Gogoi

NA 91 0 13y
Hi,

Window.Print() is supported in all major versions of browser. is there any error it throws.
You can probably check apple app centre if any free printing application is available that you can integrate with your application.
I would like to direct you to this article that talks about printing.
http://www.macworld.com/article/150726/2010/04/iphone_printing.html

Thank You