Hi,
I think the topic speaks for itself.
Im about to produce some kind of a framework just to make a bridge between .net and office. Why?!?... you may ask!
- Mostly because my target customers dont have the same office version. All between 97-2003 are possible.
Problems I know:
1- Using interop its very difficult do make the app compatible with all Office versions.
2- This new 2003 version capabilities are wonderfull but... only for v2003.
The main idea:
- Develop a structure so flexible as the ADO.nets.
Make an "Adapter" for each version of Office we want to use, and this "Adapter" is the one that "knows" how to deal with the Office core.
- Dont use Interop.
If possible, I would like to discard the interop. Build my own DIFF8 "encoder" (if a may call it like this).
- Make it entirelly free.
I dont want to make this to sell it, just to help me and other devellopers with the same problems...
Before I start:
I would like to ear some feedback from you guys.
- Will it worth it?
- Do you see any good use on this?
- Is there anything out there I dont know that smashes my idea?
Thank you very much.
Alex
I think the topic speaks for itself.
Im about to produce some kind of a framework just to make a bridge between .net and office. Why?!?... you may ask!
- Mostly because my target customers dont have the same office version. All between 97-2003 are possible.
Problems I know:
1- Using interop its very difficult do make the app compatible with all Office versions.
2- This new 2003 version capabilities are wonderfull but... only for v2003.
The main idea:
- Develop a structure so flexible as the ADO.nets.
Make an "Adapter" for each version of Office we want to use, and this "Adapter" is the one that "knows" how to deal with the Office core.
- Dont use Interop.
If possible, I would like to discard the interop. Build my own DIFF8 "encoder" (if a may call it like this).
- Make it entirelly free.
I dont want to make this to sell it, just to help me and other devellopers with the same problems...
Before I start:
I would like to ear some feedback from you guys.
- Will it worth it?
- Do you see any good use on this?
- Is there anything out there I dont know that smashes my idea?
Thank you very much.
Alex