Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

CFML Output To Excel & Alignment Issues

Participant ,
Jul 23, 2009 Jul 23, 2009

I have a ColdFusion-generated page that I'm forcing to Excel format with CFCONTENT.

The page is a simple table containing cells with images, and cells with ID numbers.

When I view the HTML page, everying is fine, but when I force the page to Excel format with CFCONTENT the cells containing images collapse and become smaller than the image itself, yet the image remains it's true size. Obviously this causes the image to float not only over the cell it is supposed to be in, but several neighboring cells as well. Does anyone know of a fix to prevent table cells from collapsing? HEIGHT and WIDTH isn't cutting it.

670
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Jul 23, 2009 Jul 23, 2009
LATEST

hi

try this

http://www.d-ross.org/index.cfm?objectid=9C65ED5A-508B-E116-6F4F7F38C6AE167C

http://aspalliance.com/1832_Import_and_Export_Data_From_Excel_Using_ColdFusion.3

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources