https://account.jetbrains.com/a/66qzhl9k
https://marketplace.visualstudio.com/items?itemName=KieranBorsden.PlantUmlLanguageService
<ControlTemplate x:Key="ce"> <Grid Width="15" Height="15" VerticalAlignment="Center" HorizontalAlignment="Center"> <Border Background="#7F2C2C2C" CornerRadius="64" VerticalAlignment="Center" HorizontalAlignment="Center" Width="13" Height="13"/> <Border Background="#FFFFFFFF" CornerRadius="64" VerticalAlignment="Center" HorizontalAlignment="Center" Width="11" Height="11"/> <Border Background="#FF222222" CornerRadius="64" VerticalAlignment="Center" HorizontalAlignment="Center" Width="7" Height="7"...
public static void WriteCell(this Row row, string data) { var cell = new Cell { DataType = new EnumValue<CellValues>(CellValues.String), CellValue = new CellValue(data) }; row.Append(cell); }
public static void WriteCell(this Row row, string data) { var cell = new Cell { DataType = new EnumValue<CellValues>(CellValues.String), CellValue = new CellValue(data) }; row.Append(cell); }
/// <summary> /// SheetDataList have the next format: /// SheetDataList: List of SheetData /// SheetData: Sheet Name; List of Rows /// Row: List of Cells /// Cell: string value /// </summary> /// <param name="fileName"></param> /// <param name="sheetDataList"></param> public static void WriteDataIntoXlsxFileAsync(string fileName, List<Tuple<string, List<List<string>>>> sheetDataList) { SpreadsheetDocument ssDoc = SpreadsheetDocument.Create(fileName, SpreadsheetDocumentType.Workbook); WorkbookPart...
I unsuccessfully jumped from 3 meters onto the asphalt and broke my leg a little. Nothing particularly serious, but I was told that so far it is better not to load the leg. Therefore, in the next 2 weeks I will need to work from home.
searchExp=%7B%22PolicyCd%22:%22RO_AMS_BSA%22%7D&page=1&results=100 searchExp={"PolicyCd":"RO_AMS_BSA"}&page=1&results=100