• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Defined name issue in Actuate

 
Ranch Hand
Posts: 73
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

I have generated a excel file(i.e report template) using Actuate.
When i open the excel file,i can not see some of the defined names that are actually set by Actuate internally.
For e.g.
AC_DRIVER_TIMEOUT
AC_ENCYC_VOLUME_NAME
AC_EXECUTABLE_ENCYCLOPEDIA_PATH
AC_EXECUTABLE_FILE_PATH
AC_EXECUTABLE_FILE_ROTP_PATH
AC_EXECUTABLE_FILE_TYPE
AC_EXECUTABLE_LOCAL_FILE_EXTENSION.

but when i loop through the defined names programmaticaly, i can see these defined names printed.

Now but when i generate a excel file(i.e report template) using POI, i can not see these defined names.

Can any one help me how do i handle this scenario in POI?
 
See where your hand is? Not there. It's next to this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic