NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
BasicExcel.hpp File Reference
#include <algorithm>
#include <cmath>
#include <functional>
#include <iostream>
#include <iomanip>
#include <fstream>
#include <map>
#include <vector>
#include <cstring>
Include dependency graph for BasicExcel.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  YCompoundFiles::Block
 
struct  YCompoundFiles::LittleEndian
 
class  YCompoundFiles::CompoundFile
 
class  YCompoundFiles::CompoundFile::Header
 
class  YCompoundFiles::CompoundFile::Property
 
class  YCompoundFiles::CompoundFile::PropertyTree
 
struct  YExcel::CODE
 
class  YExcel::Record
 
struct  YExcel::BOF
 
struct  YExcel::YEOF
 
struct  YExcel::SmallString
 
struct  YExcel::LargeString
 
class  YExcel::Workbook
 
struct  YExcel::Workbook::Window1
 
struct  YExcel::Workbook::Font
 
struct  YExcel::Workbook::XF
 
struct  YExcel::Workbook::Style
 
struct  YExcel::Workbook::BoundSheet
 
struct  YExcel::Workbook::SharedStringTable
 
struct  YExcel::Workbook::ExtSST
 
class  YExcel::Worksheet
 
struct  YExcel::Worksheet::Index
 
struct  YExcel::Worksheet::CalculationSettings
 
struct  YExcel::Worksheet::PageSettings
 
struct  YExcel::Worksheet::Dimensions
 
struct  YExcel::Worksheet::CellTable
 
struct  YExcel::Worksheet::CellTable::RowBlock
 
struct  YExcel::Worksheet::CellTable::RowBlock::Row
 
struct  YExcel::Worksheet::CellTable::RowBlock::CellBlock
 
struct  YExcel::Worksheet::CellTable::RowBlock::CellBlock::Blank
 
struct  YExcel::Worksheet::CellTable::RowBlock::CellBlock::BoolErr
 
struct  YExcel::Worksheet::CellTable::RowBlock::CellBlock::LabelSST
 
struct  YExcel::Worksheet::CellTable::RowBlock::CellBlock::MulBlank
 
struct  YExcel::Worksheet::CellTable::RowBlock::CellBlock::MulRK
 
struct  YExcel::Worksheet::CellTable::RowBlock::CellBlock::MulRK::XFRK
 
struct  YExcel::Worksheet::CellTable::RowBlock::CellBlock::Number
 
struct  YExcel::Worksheet::CellTable::RowBlock::CellBlock::RK
 
struct  YExcel::Worksheet::CellTable::RowBlock::CellBlock::Formula
 
struct  YExcel::Worksheet::CellTable::RowBlock::CellBlock::Formula::Array
 
struct  YExcel::Worksheet::CellTable::RowBlock::CellBlock::Formula::ShrFmla
 
struct  YExcel::Worksheet::CellTable::RowBlock::CellBlock::Formula::ShrFmla1
 
struct  YExcel::Worksheet::CellTable::RowBlock::CellBlock::Formula::Table
 
struct  YExcel::Worksheet::CellTable::RowBlock::CellBlock::Formula::String
 
struct  YExcel::Worksheet::CellTable::RowBlock::DBCell
 
struct  YExcel::Worksheet::Window2
 
class  YExcel::BasicExcel
 
class  YExcel::BasicExcelWorksheet
 
class  YExcel::BasicExcelCell
 

Namespaces

namespace  YCompoundFiles
 
namespace  YExcel
 

Macros

#define UTF16
 
#define SIZEOFWCHAR_T   2
 

Functions

bool YExcel::IsRKValueAnInteger (int rkValue)
 Returns true if the supplied rk value contains an integer. More...
 
bool YExcel::IsRKValueADouble (int rkValue)
 Returns true if the supplied rk value contains a double. More...
 
double YExcel::GetDoubleFromRKValue (int rkValue)
 Convert a rk value to a double. More...
 
int YExcel::GetIntegerFromRKValue (int rkValue)
 Convert a rk value to an integer. More...
 
int YExcel::GetRKValueFromDouble (double value)
 Convert a double to a rk value. More...
 
int YExcel::GetRKValueFromInteger (int value)
 Convert an integer to a rk value. More...
 
bool YExcel::CanStoreAsRKValue (double value)
 Returns true if the supplied double can be stored as a rk value. More...
 

Macro Definition Documentation

◆ SIZEOFWCHAR_T

#define SIZEOFWCHAR_T   2

Definition at line 62 of file BasicExcel.hpp.

◆ UTF16

#define UTF16

Definition at line 60 of file BasicExcel.hpp.