Thomas R
Thomas R
This is an example for another ruby excel library 'robust_excel_ole'.
I called clang with help of the following code: ``` using Clang_jll: clang cc = clang() run(`$cc`) ``` Then I get the following error: ``` ERROR: LoadError: failed process: Process(setenv(`'C:\Users\T460\.julia\artifacts\7d2877da43b3fef993c8488c267bb543f27414f8\tools\clang.exe'`,["WINDIR=C:\\Windows",...
Hi, I try to get copmiled abspath() or pwd(). Therefore it would be great, if it possibe to construct a MallocString or StaticString from a "simple" Julia string. Is this...
Doing e1 = WIN32OLE.new('Excel.Application) e2 = WIN32OLE.connect('Excel.Application') one would expect that the command WIN32OLE#command connects to the already running Excel instance. However, it creates a new Excel instance. e1.Hwnd ==...
ole_type
> e1 = WIN32OLE.new('Excel.Application') => # > e1.ole_type [1mTraceback[m (most recent call last): 7: from C:/jruby-9.2.6.0/bin/jirb:13:in `' 6: from org/jruby/RubyKernel.java:1179:in `catch' 5: from org/jruby/RubyKernel.java:1179:in `catch' 4: from org/jruby/RubyKernel.java:1411:in `loop' 3:...
The Value method of a range containing multiple cells causes an ArrayIndexOutOfBoundsException. For example: excel = WIN32OLE.new("Excel.Application") workbook = excel.Workbooks.Open(File.expand_path("workbook.xls") worksheet = workbook.Worksheets.Item(1) range = worksheet.Range(worksheet.Cells(1,1), worksheet.Cells(3,4)) range.Value => ArrayIndexOutOfBoundsException
Using File.expand_path for absolute paths, there is a tiny difference to the win32ole-library: File.expand_path("C:abc") => "C:/current_directory/C:abc" while with win32ole: File.expand_path("C:abc") => "C:/current_directory/abc" When using the '/' after C: , then...
readline
`readline() `does not seem to read the first character in the first line of a file, and not the first two charachters from the second line on.
Thank you for incorporating the pull request. There is still one line that causes that StaticCompiler does not work in Windows: in `generate_executable():` The line ``cmd \c clang` ` is...
So far julia v1.11 rc1 and rc2 are out. Do you plan to have run StaticCompiler for julia v.11? This would be very great! StaticCompiler is an amazing tool. Or...