Sort Score
Result 10 results
Languages All
Labels All
Results 2,191 - 2,200 of 11,153 for

excel worksheet api

(1.71 sec)
  1. Conversion to PDF taking over 1 minute with Lar...

    Hi, I am facing some issues when converting to PDF from Excel / word with documents of larger size. They are taking over 1 minute of time for the conversion. This usually happens with larger files (5-20mb) however, som…...when converting to PDF from excel / word with documents of larger...take over a minute for larger Excel or Word files and would like...

    forum.aspose.com/t/conversion-to-pdf-taking-ove...
  2. 用 JavaScript 通过 C++ 加密 Excel 文件|Documentation

    学习如何使用 Aspose.Cells for JavaScript 通过 C++ 加密和密码保护 Excel 文件。...通过 C++ 加密 Excel 文件 Contents [ Hide ] Microsoft Excel (97 - 365)...oft Excel文件进行加密和密码保护。 使用Microsoft Excel 在Microsoft Excel(例如Microsoft...

    docs.aspose.com/cells/zh/javascript-cpp/encrypt...
  3. Limiting font folders and providing custom path...

    Hi, I have a usecase where I need to let aspose cells Api know where to look for fonts. I use the below mentioned line to achieve that: Fontconfigs.setFontFolders(new String[]{“pathToMyDir”}, true); I also have a usec…...where I need to let aspose cells api know where to look for fonts...Location Class Libraries & REST APIs for the developers to manipulate...

    forum.aspose.com/t/limiting-font-folders-and-pr...
  4. CSV 转换为 DataFrame | 在 Python 中将 CSV 转换为 Pandas ...

    学习如何使用 Aspose.Cells for Python 将 CSV 转换为 pandas DataFrame,步骤示例逐步讲解。在 pandas 中导入 CSV,通过 CSV 处理 Excel,轻松构建 DataFrames。...CSV 转换为 Pandas DataFrame 将 Excel 转换为 Pandas DataFrame 通过 CSV...Pandas 中导入 CSV,同时确保更好的控制、可靠性和与 Excel 格式的兼容性。在这篇博客文章中,您将逐步学习如何将 CSV...

    blog.aspose.com/zh/cells/convert-csv-to-pandas-...
  5. The library doesn't apply the correct style pro...

    Hi! I have an issue when I want read the Cell’s Style’s properties. I flagged only the border’s property and the other properties are not flagged, but (in my case) when I want read the property “isAlignmentApplied()” t…...xlsx"); var worksheet = workbook.Worksheets[0]; var cell =...= worksheet.Cells["A1"]; var style = cell.GetStyle(); Console...

    forum.aspose.com/t/the-library-doesnt-apply-the...
  6. 插入复选框,提示“error Not Found” - Free Support Forum ...

    插入复选框,提示“error Not Found” lQLPJxsFdxB77b_NAq_NBVewT0zqY2jgRSgJEOACpWyhAA_1367_687.png (40.6 KB) lQLPJxau-N8sfr_NAyvNBaqwhwZhhb3TKaoJEOADWr6EAA_1450_811.png (59.6 KB)...Cells 版本不支持 AddFormControl (复选框)API。 调用方式不完整或缺少必填参数(如左上角行/列、宽高、 FormControlType...workbook / worksheet 已经创建\nvar ws = workbook.Worksheets[0];\n//...

    forum.aspose.com/t/error-not-found/322756
  7. C# aspose cells dates - Free Support Forum - as...

    Hi I am looking to copy ranges from from workbook to another or from one Worksheet to another. I used value = RangeA.Value and RangeB.Value = value The problem is that in some circumstances date values get changed f…...workbook to another or from one worksheet to another. I used value =...ranges between workbooks or worksheets, especially in environments...

    forum.aspose.com/t/c-aspose-cells-dates/315671
  8. Columns getting truncated even after Autofit - ...

    Hi Team, I am trying to convert a workbook (Aspose.Cells) to PDF (Aspose.PDF), and in the PDF, a few of the columns are getting truncated while the rest are looking good. I had applied “autoFitColumn” to the Worksheet,…...applied “autoFitColumn” to the worksheet, but it is still not coming...Spreadsheets Class Libraries & REST APIs for the developers to manipulate...

    forum.aspose.com/t/columns-getting-truncated-ev...
  9. 新增行有限制,必须停留在可编辑的单元格才能新增行 - Free Support Forum -...

    新增行需要停留在可编辑的单元格才能新增行,否则会提示:此单元格或图表受到保护。要进行更改,您必须先取消保护工作表 image.png (14.6 KB)...xlsx"); // 获取需要操作的工作表(假设是第1张) Worksheet ws = wb.getWorksheets().get(0);...处理密码错误等异常 e.printStackTrace(); } Worksheet.unprotect() 用于解除工作表保护;无参版...

    forum.aspose.com/t/topic/323603
  10. 将 JSON 转换为 Python 中的 Pandas DataFrame。

    学习如何在 Python 中使用 Aspose.Cells for Python via .NET 将 JSON 转换为 pandas DataFrame,并提供关于平面、嵌套和大型 JSON 的清晰示例。...Pandas DataFrame 通过 JSON 将 Excel 转换为 Pandas DataFrame 获取免费许可证...readjson 用于基本解析,但在深层嵌套结构、非常大的文件或Excel优先的工作流程中,它可能会遇到困难。这就是Aspose.Cells...

    blog.aspose.com/zh/cells/convert-json-to-pandas...