@ -19,7 +19,7 @@ namespace NPOI.DDF
using System;
using System.IO;
using System.Text;
using System.DrawingCore;
using System.Drawing;
using NPOI.Util;
using ICSharpCode.SharpZipLib.Zip.Compression.Streams;
using ICSharpCode.SharpZipLib.Zip.Compression;
@ -22,7 +22,7 @@ namespace NPOI.HSSF.UserModel
using NPOI.SS.UserModel;
/**
* Translates Graphics calls into escher calls. The translation Is lossy so
@ -26,7 +26,7 @@ namespace NPOI.HSSF.UserModel
using NPOI.HSSF.Model;
using NPOI.HSSF.Record;
using NPOI.SS.Util;
/// <summary>
@ -32,7 +32,7 @@ namespace NPOI.HSSF.UserModel
using System.Globalization;
@ -20,7 +20,7 @@ namespace NPOI.HSSF.UserModel
using System.Collections;
using System.Configuration;
using NPOI.Util.Collections;
using System.Resources;
@ -1,7 +1,7 @@
using System;
using System.Collections.Generic;
namespace System.Windows.Forms
{
@ -23,7 +23,7 @@ namespace NPOI.SS.Format
using System.Text.RegularExpressions;
using System.Windows.Forms;
* Format a value according to the standard Excel behavior. This "standard" is
@ -20,7 +20,7 @@ namespace NPOI.SS.Format
using NPOI.HSSF.Util;
@ -17,7 +17,7 @@
namespace NPOI.SS.Format
@ -14,7 +14,7 @@
See the License for the specific language governing permissions and
limitations under the License.
==================================================================== */
namespace NPOI.SS.UserModel
public enum PictureType : int
namespace NPOI.SS.Util
using NPOI.HSSF.UserModel;
@ -20,7 +20,7 @@ namespace NPOI.SS.Util
@ -1,6 +1,6 @@