Microsoft Excel is a commercial spreadsheet application written and distributed by Microsoft.

learn more… | top users | synonyms

6
votes
0answers
76 views

ABAP Excel data analyzer

I wrote this code years ago to analyze Excel data coming in from the clipboard. Please review for performance concerns and maintainability concerns. One minor note, from an OO perspective, a class ...
3
votes
0answers
123 views

Tuning Excel calculation engine which uses MS Excel interop

I am currently building an Excel calculation engine. It's purpose is basically to wrap the calculation logic of an Excel workbook in order to use the logic from a C# library. ...
2
votes
0answers
1k views

Code to write data to Excel

I have a need to read properties from soapUI using groovy and writing them to Excel. I initially had a problem with writing to Excel, but I was able to solve that. Now I want to know if my solution is ...
1
vote
0answers
10 views

Average interval between dates with random blanks updated

After getting some help at Average interval between dates with random blanks, I rewrote most of the code. Here is the updated code: I have a spreadsheet with order date data: I need to find the ...