Hi Dustin, Yes, I found curvesapi jar and now getting into different exception
- com.microsoft.schemas.office.visio.x2012.main.ConnectsType - class not found - - It means I have to now include ooxml-visio-schemas-2011.1.jar Is there a way to get all of these dependent jars in one bundle. When I got poi 3.14 package, under ooxml-lib folder it has only xmlbeans-2.6.0 Am I doing something wrong here? thanks N Shah On Sun, Jan 17, 2016 at 2:05 PM, Dustin Spicuzza <[email protected] > wrote: > > http://search.maven.org/#artifactdetails|com.github.virtuald|curvesapi|1.03|jar > > When you build POI, it downloads it to ooxml-lib. > > Dustin > > > On 01/17/2016 04:59 PM, Nili Shah wrote: > > Hi Dustin, > > > > I tried to include OOXML jar from 3.14 beta release and was trying to > > access API following way. > > > > FileInputStream theFile = new FileInputStream(file[0]); > > > > XmlVisioDocument doc = new XmlVisioDocument(theFile); > > > > But it gives me error for "com.graphbuilder.curve.Point - no class found > > error". I am not able to figure it out which jar it is looking for now. > > > > Can you please help me out here? > > > > Thanks in advance. > > > > N Shah > > > > On Wed, Jan 6, 2016 at 1:08 PM, Nili Shah <[email protected]> wrote: > > > >> Thanks Dustin for the reply. I am going to try and let you know the > >> outcome. > >> > >> N Shah > >> > >> On Mon, Jan 4, 2016 at 9:05 PM, Dustin Spicuzza < > >> [email protected]> wrote: > >> > >>> There is basic readonly support in the latest beta release > (3.14-beta1). > >>> You'll find the modules in the OOXML jar, org.apache.poi.xdgf. Try it > >>> out and let us know how it works. > >>> > >>> Dustin > >>> > >>> > >>> On 01/04/2016 02:34 PM, Nili Shah wrote: > >>>> Hello, > >>>> > >>>> I am working on a project with a requirement to upload Microsoft Visio > >>> 2013 > >>>> .vsdx format file on to server to process it. I have been googling a > >>> lot > >>>> for this and only found that apache POI support it but only .vsd > format. > >>>> > >>>> I would like to know when is the plan to have support for .vsdx > >>> format. If > >>>> you have some other idea, please share it with me. I am working on > this > >>>> project with tight deadline. > >>>> > >>>> I really appreciate if you response it as early as possible. > >>>> > >>>> Thanks, > >>>> N Shah > >>>> > >>> > >>> --------------------------------------------------------------------- > >>> To unsubscribe, e-mail: [email protected] > >>> For additional commands, e-mail: [email protected] > >>> > >>> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
