noszone

Results 7 comments of noszone

Is there any way to merge the cells somehow? I used this component a lot in our react app. Even if it's not an implemented feature, could be possible to...

+1 We have the same issue. Our environement is Lzarus+NodeJS (ws client and ws server). When Lazarus send big message to server via ws there error coming: ERROR: RangeError: Invalid...

https://datatracker.ietf.org/doc/html/rfc6455#page-33 - a good explanation of mechanic I believe for those who are interested.

I am too faced same issue with Office 2010. Excel is asking for repair, after repair there is a xml log: ``` error015800_01.xmlErrors detected in file "C:\Users\user\Downloads\ExcelFile (2).xlsx"Restored parts: Sheet...

I think I fixed that by doing something like: ``` let xl = require('excel4node'); let filename="test.xlsx" let wb = new xl.Workbook(); let ws=wb.addWorksheet('test'); ws.cell(5, 3).string(mytest); ws.cell(6, 3).string('Outside of print area,...

> Simple, minimalist solution that separates concerns: > > _//in src/App.js_ import React, {useEffect} from 'react'; import dTree from 'd3-dtree'; const FamTree =() => { useEffect(() => { let treeData...

With update rev. 7701243f6ae4+ 2020-05-01 16:53:18 +0200. As a player on our server I can not go inside Sunwell in order to loot the item. There is npc, he offers...