Dan

Results 37 comments of Dan

Hi I’ve done some work on date-time and started on Fonts read only. It’s not done yet though. I added a class OpenXLSX::XLNumberFormat which does a better job at detecting...

It’s my understanding that this is by design. If it were by locale, then other locales may see an invalid file format.

I don't think this is the case in the raw data, I believe this is stored in the STYLE, otherwise, if you were to send me a file to test,...

I see, IMHO, the issue is in PUGI__SNPRINTF is using your locale when setting the data. The raw data itself should always be “.”

> in the end how to choice the “closed”,when finish draw use Closed.. https://help.autodesk.com/view/OARX/2023/ENU/?guid=GUID-5A604B98-B6DE-42C3-97D9-98B8CAEBB507 ```python from pyautocad import Autocad import array acad = Autocad(create_if_not_exists=True) points_3d = [0, 0, 0, 1,...

what errors you you see? I can't event get to maps.. I tried to access another site and got 'Support for Internet Explorer ended on June 15, 2022'

> I get several errors in a dialogue box when the url contains specific characters. Please try the following snippet inside autocad. > > (dos_htmlbox "Street View" "https://www.google.com/maps/@32.9884474,-117.0756695,3a,75y,173.54h,57.13t/data=!3m7!1e1!3m5!1sRFjtZIFqCLBSNUIsbzgaAw!2e0!5s20200201T000000!7i16384!8i8192" 900 700)...

Sure, you need a CAD platform like AutoCAD, with pyautocad you can use AutoCAD's ActiveX API to insert each sub drawing into a main drawing with InsertBlock, you can then...