Questions tagged [kingsoft]

Kingsoft Spreadsheets is the flexible and powerful worksheet software for making and editing spreadsheet.

Kingsoft Spreadsheets is the flexible and powerful worksheet software for making and editing spreadsheet. As a professional Excel documents editor, this spreadsheet software can fulfill both your personal data-analysis needs, and those more professional data processing tasks. It features a calculator, graphing tools, and multiple other tools for complex data analysis. Besides, it supports more than 100 commonly used formulas, and a plethora of functions to aid in data analysis. Kingsoft free spreadsheet software can open and save documents from a wide variety of formats, including the latest version of Microsoft Excel in addition to its own document format.

15 questions
4
votes
3 answers

ClosedXML: Export To Excel not downloading the File MVC 4

I have a List, which I convert to a Datatable and then export that Datatable to Excel via Kingsoft-Spreadsheets using ClosedXML library. However, for some reason the code is not working and the sheet is not getting downloaded. I am getting…
user3289773
  • 77
  • 1
  • 2
  • 11
3
votes
1 answer

Timer runs only once

Below script works fine. It sends mouse clicks every 4 seconds to KingSoft Writer. But when I change the Timer length to -4000 instead of 4000 so that the timer will run only once the script no longer works even once. I am no longer able to send…
user2216119
  • 55
  • 1
  • 4
1
vote
1 answer

I am not able to insert full url in Kingsoft Writer

Here is my url which i have to insert/make hyperlink of…
1
vote
1 answer

ERROR"code=2(CUFFT_ALLOC_FAILED) " during CUDA FFT function call

I'm writing a program which is used to process the signal of GPS using CUDA.So I need to use fft,but an error occurred . CUDA error at F:/clouddrive kingsoft/acc/accfinal/accfinal/acc.cu:341 code=2(CUF FT_ALLOC_FAILED) "cufftPlan1d(&plan, new_size,…
kururu
  • 69
  • 1
  • 10
1
vote
1 answer

How to update GLIBC_2.17 in CentOS

After unpacking the kingsoft-office_9.1.0.4032~a10_x86.tar, I run the "et", but the terminal telled me that /king/kingsoft-office_9.1.0.4032~a10_x86/office6/et: /lib/libc.so.6: version `GLIBC_2.17' not found (required by…
Hercules
  • 138
  • 1
  • 1
  • 7
0
votes
1 answer

MyEclipse crash [error occurred during error reporting (printing Java stack)]

I'm testing codes in "Spring in action". When I run my helloWorld there always a crash. The log in the installation directory is as follows: # # An unexpected error has been detected by Java Runtime Environment: # # EXCEPTION_ACCESS_VIOLATION…
yundixiaoduo
  • 3
  • 1
  • 3
0
votes
1 answer

How to read a picture from a cell of excel document and store into Data table in C#.net?

I have (Kingsoft Spreadsheet) Excel workbook having 15 columns, in the 15th column there is picture saved in a cell. I am reading the excel file and creating a data table with respect to that. All things are working well except to store picture in…
0
votes
1 answer

Excel remove more than 2 duplicate records from a column

Excel has function to remove duplicates but what if i want only first 2 records of each value in a column. E.g. Sheet Email Value abc@gmail.com 23 xyz@yahoo.com 24 sns@abc.com 75 abc@gmail.com 51 …
data-bite
  • 417
  • 2
  • 5
  • 17
0
votes
1 answer

I use kingsoft spreadsheets. Want a cell to change colour if the cell is false

I have this formula: =Y606=SUM(I606:X606) Can anyone please advise me how to make the cell colour change colour if false?
user3212762
  • 1
  • 1
  • 1
0
votes
1 answer

VBA. What is incorrect in this code?

Searching found code like this Sub Workbook_Activate() Application.OnKey "+^{RIGHT}", "YourMacroName" End Sub However, when I tried, I got How to create procedure? I did this Sub YourMacroName() Selection.Copy Sheets("V").Select End…
Andris
  • 1,434
  • 1
  • 19
  • 34
0
votes
3 answers

How to extract file name from file list?

Now I have several files, their names include version number, I want to extract their file name only and strip the version number, ES File Explorer_3.0.5.5.apk ES Task Manager_1.4.1.apk Facebook_3.7.apk Gmail_4.6…
Victor S
  • 4,021
  • 15
  • 43
  • 54
0
votes
2 answers

I am trying to start an office program on a flash drive with a batch file

I am putting Kingsoft office on my flash drive, and I want to use a batch file to start the applications because the paths are not easily accessible, I cannon create a .lnk file because the path varies by computer because it may be plugged into a…
The Count
  • 43
  • 9
0
votes
1 answer

How to open .xlsx files using Intents in Android?

I am using the following Intent to open .xlsx file using an Intent Chooser. I have Kingsoft Offie and Polaris office at my disposal to open these files. var calcIntent = new Intent (); calcIntent.SetAction…
0
votes
1 answer

I want to create a "Kingsoft Writer" script

I want to create a "Kingsoft Writer" script. Below is the script. IfWinActive, ahk_class QWidget { sleep 2000 Click 486, 15 Click 570, 93 Send (various keystrokes) Return } The purpose of the script is to: I want to use a program called "Kingsoft…
0
votes
1 answer

Convert/Create readable document in xml

I am creating an Android App (in eclipse) which I need to create a document - a letter. I'm writing it i xml and I have been able to produce .xml and .doc both of which MSWord will happily open, which is fantatsic but I really need also to be able…
xhedgepigx
  • 340
  • 1
  • 2
  • 19