Sort Score
Result 10 results
Languages All
Labels All
Results 5,951 - 5,960 of 30,151 for

worksheet

(0.08 sec)
  1. 生成的pdf和excel有差异 pdf为什么data label无法正常显示 - Free S...

    test.zip (241.7 KB) image.png (54.5 KB) image (1).png (88.9 KB) 如图所示 麻烦帮忙看下这是为什么...new Workbook(); Worksheet sheet = wb.Worksheets[0]; // ② 添加示例数据...

    forum.aspose.com/t/pdf-excel-pdf-data-label/321829
  2. Excel 主题和颜色|Documentation

    学习如何使用Aspose.Cells for JavaScript via C++的自定义配色方案。...(default) worksheet. const cells = workbook . worksheets . get (...

    docs.aspose.com/cells/zh/javascript-cpp/excel-t...
  3. ❗ “Add Row” and “Add Column” Actions Insert in ...

    :lady_beetle: Issue Description In our implementation using Aspose.Cells GridJS, the “Add Row” and “Add Column” toolbar buttons are not behaving as expected: The “Add Row” button always inserts the new row above the cu…...Expected: Unlock all cells in the worksheet, not just the used range....

    forum.aspose.com/t/add-row-and-add-column-actio...
  4. 利用Node.js通过C++在图表中添加形状|Documentation

    学习如何使用Aspose.Cells for Node.js via C++在Microsoft Excel中添加控件并自定义图表。本指南演示如何操作图表元素、调整格式以及增强图表的整体外观和可用性。...// Adding a chart to the worksheet const index = workbook . getWorksheets...

    docs.aspose.com/cells/zh/nodejs-cpp/controls-in...
  5. putValue vs setValue in Aspose Cells - Free Sup...

    Is below functions are catering same if we make isConverted and setStyle to TRUE? putValue(String stringValue, boolean isConverted, boolean setStyle) vs setValue(Object value) We have different versions of Product …...Workbook wb = new Workbook(); Worksheet ws = wb.getWorksheets().get(0);...

    forum.aspose.com/t/putvalue-vs-setvalue-in-aspo...
  6. 如何添加时间段条件格式|Documentation

    如何使用 Aspose.Cells for Python via .NET 库应用 TimePeriods 条件格式。通过调整这些条件,您可以更好地控制单元格的外观和显示方式。...cells import Workbook , Worksheet , CellArea , FormatConditionType...Workbook () sheet1 = book . worksheets [ 0 ] self . _sheet = sheet1...

    docs.aspose.com/cells/zh/python-net/how-to-add-...
  7. Manage Chart Data Series in Presentations Using...

    Learn how to manage chart series in Java for PowerPoint (PPT/PPTX) with practical code examples and best practices to enhance your data presentations....; // Gets the chart data worksheet IChartDataWorkbook fact =...

    docs.aspose.com/slides/java/chart-series/
  8. Manage Chart Data Series in Presentations on An...

    Learn how to manage chart series on Android for PowerPoint (PPT/PPTX) with practical Java code examples and best practices to enhance your data presentations....; // Gets the chart data worksheet IChartDataWorkbook fact =...

    docs.aspose.com/slides/androidjava/chart-series/
  9. CSV 转换为 DataFrame | 在 Python 中将 CSV 转换为 Pandas ...

    学习如何使用 Aspose.Cells for Python 将 CSV 转换为 pandas DataFrame,步骤示例逐步讲解。在 pandas 中导入 CSV,通过 CSV 处理 Excel,轻松构建 DataFrames。...csv" ) # Access the first worksheet (CSV loads as sheet) csv_ws...csv_ws = csv_wb . worksheets[ 0 ] 步骤 2:从工作表中提取数据 # 一旦文件被加载,逐行提取其内容。这为将数据转换为...

    blog.aspose.com/zh/cells/convert-csv-to-pandas-...
  10. Words for .NET output questions - Free Support ...

    doc-gen format error.zip (2.1 MB) Please see the questions below from the client and help, thank you ! We are currently experiencing issues with Aspose when converting Excel and Word files to PDF, specifically differen…...Worksheets[0]; ws.PageSetup.PrintGridlines...with: .... var ws = workbook.Worksheets[0]; ws.PageSetup.PrintGridlines...

    forum.aspose.com/t/words-for-net-output-questio...