2
Answers

I have a task to read a excel file using asp.net.

Photo of M B

M B

10y
648
1
Hello,
I have a task to read a excel file using asp.net. My problem is that I have excel file containing text in different fonts like some text in "Times New Roman" and some text in "Shri Dev 078e". I didn't get any solution how to achieve the desire result. Example the below text:

eãX "OFFICES" Ho$ Ajam| H$mo AbJ-AbJ {H$VZo VarH$m| go gOm`m Om gH$Vm h¡?

In the above text containing font "SHREE-DEV-0708E" as well as "OFFICES" in Times new roman.
when i store that text in my db i have to store the text with font name as well.

Is their any logic to put some kind of special character within start and end of the word which is in different font.

Answers (2)

2
Photo of Jiteendra Sampathirao
NA 6.9k 1.5m 13y

Hi,
Please refer once our recommended articles(resides right-side of this thread)...

1
Photo of Sam Hobbs
NA 28.7k 1.3m 13y
Yes, if you are writing a graphical application such as you are then you need to learn about graphics programming in Windows.

In Windows, there is something called a paint event. Graphical programs draw graphics in the paint event. You can do something such as draw into a picture box control and then the control will take care of the paint event. You should learn about things like that. The articles in this web site will help you and you might want to get a good book too for learning.