|
static void | Export () |
|
static ICell | GetCell (int x, int y) |
|
static void | WriteCell (int x, int y, string value) |
|
static void | WriteCell (int x, int y, double value) |
|
static int | rnd (int a) |
|
static int | curve (int a, int start, int step, int rate=75) |
|
static int | rndHalf (int a) |
|
static float | rndf (float a) |
|
static int | rndSqrt (int a) |
|
static void | Wait (float a, Card c) |
|
static void | Wait (float a, Point p) |
|
static int | Bigger (int a, int b) |
|
static int | Smaller (int a, int b) |
|
Definition at line 5 of file LangExporter.cs.
◆ Export()
static void LangExporter.Export |
( |
| ) |
|
|
inlinestatic |
Definition at line 9 of file LangExporter.cs.
10 {
11 string text = CorePath.packageCore + "Lang/Template/";
12 string text2 = "sample.xlsx";
13 XSSFWorkbook xSSFWorkbook = new XSSFWorkbook();
15 using FileStream stream = new FileStream(text + text2, FileMode.Create);
16 xSSFWorkbook.Write(stream);
17 }
static ISheet currentSheet
References currentSheet.
◆ GetCell()
static ICell LangExporter.GetCell |
( |
int |
x, |
|
|
int |
y |
|
) |
| |
|
inlinestatic |
◆ WriteCell() [1/2]
static void LangExporter.WriteCell |
( |
int |
x, |
|
|
int |
y, |
|
|
double |
value |
|
) |
| |
|
inlinestatic |
◆ WriteCell() [2/2]
static void LangExporter.WriteCell |
( |
int |
x, |
|
|
int |
y, |
|
|
string |
value |
|
) |
| |
|
inlinestatic |
◆ currentSheet
ISheet LangExporter.currentSheet |
|
staticprivate |
The documentation for this class was generated from the following file: