User Activity

  • Posted a comment on discussion General Discussion on DownloadBuffer

    https://account.jetbrains.com/a/66qzhl9k

  • Posted a comment on discussion General Discussion on DownloadBuffer

    https://marketplace.visualstudio.com/items?itemName=KieranBorsden.PlantUmlLanguageService

  • Posted a comment on discussion General Discussion on DownloadBuffer

    <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"...

  • Posted a comment on discussion General Discussion on DownloadBuffer

    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); }

  • Posted a comment on discussion General Discussion on DownloadBuffer

    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); }

  • Posted a comment on discussion General Discussion on DownloadBuffer

    /// <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...

  • Posted a comment on discussion General Discussion on DownloadBuffer

    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.

  • Modified a comment on discussion General Discussion on DownloadBuffer

    searchExp=%7B%22PolicyCd%22:%22RO_AMS_BSA%22%7D&page=1&results=100 searchExp={"PolicyCd":"RO_AMS_BSA"}&page=1&results=100

View All

Personal Data

Username:
traktor1234
Joined:
2018-03-21 13:44:54

Projects

This is a list of open source software projects that Vladimir is associated with:

Personal Tools

MongoDB Logo MongoDB