are there any good unit testing packages for excel
are there any good frameworks that can help unit test code in excel ?
167 expert-verified Q&A posts in this category, sourced from the top-voted answers on Stack Overflow.
are there any good frameworks that can help unit test code in excel ?
I need a quick an simple excel formula to get the sum of values for different types of objects as listed below: Type1 10…
I'm using Excel Interop assemblies for my project, if I want to use auto filter with then thats possible using…
Which is better API for excel parsing in Java Apache POI or JExcel API? In terms of speed, memory utilization and code stability.
I need to create an excel file via C#. I have read a few places that creating an XML document is the easiest way…
I'm relatively new to programming/python, so I'd appreciate any help I can get. I want to save an excel file as a specific format…
I have the task of developing an application to pull data from remote REST services and generating Excel reports. This application will be used…
The description I am writing a couple of Excel UDFs in COM Servers. I'd like to get the standard help (Insert Function dialog) that…
I'm writing an app where I need to retrieve some rows from a DB and dump them into an Excel spreadsheet. I'm using Linq…
I am looking to write to an excel (.xls MS Excel 2003 format) file programatically using Java. The excel output files may contain ~200,000…