Skip to main content
Code Review

Return to Question

replaced http://programmers.stackexchange.com/ with https://softwareengineering.stackexchange.com/
Source Link

The library is meant to work for arbitrary workbooks and a flexible number of cell writes and reads. I cannot optimize anything specifically for a workbook or a known workbook layout. The worksheet might contain VBA macros and functions. I've tried a lot to avoid Interop, but have not yet managed to find any solution not yet managed to find any solution.

The library is meant to work for arbitrary workbooks and a flexible number of cell writes and reads. I cannot optimize anything specifically for a workbook or a known workbook layout. The worksheet might contain VBA macros and functions. I've tried a lot to avoid Interop, but have not yet managed to find any solution.

The library is meant to work for arbitrary workbooks and a flexible number of cell writes and reads. I cannot optimize anything specifically for a workbook or a known workbook layout. The worksheet might contain VBA macros and functions. I've tried a lot to avoid Interop, but have not yet managed to find any solution.

deleted 3 characters in body
Source Link
Jamal
  • 35.2k
  • 13
  • 134
  • 238

I am currently building an Excel calculation engine. It'sIts purpose is basically to wrap the calculation logic of an Excel workbook in order to use the logic from a C# library.

Please don't kill me for my way of resource disposal, I will get that straight before using it in production ;).

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.

Please don't kill me for my way of resource disposal, I will get that straight before using it in production ;)

I am currently building an Excel calculation engine. Its purpose is basically to wrap the calculation logic of an Excel workbook in order to use the logic from a C# library.

Please don't kill me for my way of resource disposal, I will get that straight before using it in production.

edited tags
Link
Jamal
  • 35.2k
  • 13
  • 134
  • 238
Tweeted twitter.com/#!/StackCodeReview/status/533951325256421376
Source Link
Marc
  • 191
  • 4
Loading
lang-cs

AltStyle によって変換されたページ (->オリジナル) /