export images to excel

kanika
Member Posts: 247
Hello experts!!! NAV 2009 SP1
I am exporting data to excel from the item table,
I need to also export the product image but only exports a '*'
Is it possible to export the image to excel with some function?
My code is:
ExcelBuf.AddColumn(Item.Picture,FALSE,'',FALSE,FALSE,FALSE,'');
I know that is a blob item.picture but I do not use that function if outStream ... or export blob....., and the help of NAV neither see clearly
Thanks in advance.
I am exporting data to excel from the item table,
I need to also export the product image but only exports a '*'
Is it possible to export the image to excel with some function?
My code is:
ExcelBuf.AddColumn(Item.Picture,FALSE,'',FALSE,FALSE,FALSE,'');
I know that is a blob item.picture but I do not use that function if outStream ... or export blob....., and the help of NAV neither see clearly
Thanks in advance.
0
Comments
-
Hello.
I tried to get working with this code maybe you can get it to work:
Item.GET(1000);
Item.CALCFIELDS(Item.Picture);
Item.Picture.CREATEOUTSTREAM(OutS);
OutS.WRITE(BStr);
ExcelB.INIT;
ExcelB.VALIDATE("Row No.",2);
ExcelB.VALIDATE("Column No.",2);
ExcelB."Cell Value as Text" := BStr;
ExcelB.Formula := '';
ExcelB.Bold := FALSE;
ExcelB.Underline := FALSE;
ExcelB.NumberFormat := '';
ExcelB."Cell Type" := ExcelB."Cell Type"::Text;
ExcelB.INSERT;
Variables:
Name DataType Subtype Length
OutS OutStream
BStr Text 1024
If you are using RTC client build a report and add the picture and then use the saveasexcel function to save the report as an Excel file.0 -
ohhh thanks MBrodie1979
that code was for the Chilean location, which now have some parked, but I will for a future
thousand thanks.0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions