function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
dreamrealdreamreal 

Visualforce to Excel

Hey, I am new to visualforce and am trying to do something that seems pretty tough to me. Basically I want to be able to mail merge into excel, but since this functionality does not exist as of now in salesforce, the idea I came up with was using a visualforce page, and the visualforce-to-excel functionality. Hopefully a user would just click the generate button and it would create an excel document with the specific fields filled out. 

 

I was wondering if there was a particular way to style the page so I could get columns and rows, but with different fields in each box. Additionally if anyone had any similar code lying around that they could throw at me, it'd really help. Thanks!