Sort Score
Result 10 results
Languages All
Labels All
Results 5,261 - 5,270 of 102,533 for

workbook

(0.14 sec)
  1. Creating Pie Chart with Leader Lines|Documentation

    Learn how to use Aspose.Cells for Python via .NET to create a pie chart with leader lines in Microsoft Excel. Our guide will demonstrate how to add leader lines that connect data points to the legend and enhance the overall clarity of your chart....we will first create a new Workbook and input some data that will...chart in image format and the workbook in XLSX format. Resultant...

    docs.aspose.com/cells/python-net/creating-pie-c...
  2. Segmentation faults again using aspose.cells.no...

    Hi, I’m using the latest version of aspose.cells.node. However, once again, I run into so many segmentation faults when converting Excel → HTML (HtmlSaveOptions, have also tried with all options/settings off but it stil…...the HtmlSaveOptions: const { Workbook, HtmlSaveOptions } = require('aspose...require('aspose.cells'); const workbook = new Workbook("path/to/your/excel/file...

    forum.aspose.com/t/segmentation-faults-again-us...
  3. CSV 转换为 DataFrame | 在 Python 中将 CSV 转换为 Pandas ...

    学习如何使用 Aspose.Cells for Python 将 CSV 转换为 pandas DataFrame,步骤示例逐步讲解。在 pandas 中导入 CSV,通过 CSV 处理 Excel,轻松构建 DataFrames。... 导入 Workbook 类。 加载 CSV 文件。 访问第一个工作表。 import...CSV file into Workbook csv_wb = ac . Workbook( "data.csv" ) #...

    blog.aspose.com/zh/cells/convert-csv-to-pandas-...
  4. Update XLSB File using C++ | products.aspose.com

    Modify XLSB document in C++ applications without using Microsoft Excel....Format) Edit XLSB (Excel Binary Workbook) Edit XLSM (Macro-enabled...Spreadsheet) Edit XLSX (Open XML Workbook) Edit XLT (Excel 97 - 2003...

    products.aspose.com/total/cpp/update/xlsb/
  5. Update XLSM File using C++ | products.aspose.com

    Modify XLSM document in C++ applications without using Microsoft Excel....Format) Edit XLSB (Excel Binary Workbook) Edit XLSM (Macro-enabled...Spreadsheet) Edit XLSX (Open XML Workbook) Edit XLT (Excel 97 - 2003...

    products.aspose.com/total/cpp/update/xlsm/
  6. 用C++检测VBA项目是否受保护且锁定以供查看|Documentation

    学习如何用Aspose.Cells for C++检测Excel中VBA项目是否已受保护且锁定查看。...Load your source Excel file Workbook wb ( inputFilePath ); // Access...Access the VBA project of the workbook VbaProject vbaProject = wb...

    docs.aspose.com/cells/zh/cpp/check-if-vba-proje...
  7. Update CSV File using Python | products.aspose.com

    Modify CSV document in Python applications without using Microsoft Excel.... Create new Workbook class object having the source...Format) Edit XLSB (Excel Binary Workbook) Edit XLSM (Macro-enabled...

    products.aspose.com/total/python-java/update/csv/
  8. Setting Shadow of Text Effects of Shape or Text...

    Learn how to set the shadow of text effects for shapes or textboxes using Aspose.Cells for C++....\\ " ); // Create workbook object Workbook wb ; // Access first...

    docs.aspose.com/cells/cpp/setting-shadow-of-tex...
  9. 用C++生成工作表缩略图|Documentation

    使用Aspose.Cells for C++生成Excel工作表的缩略图作为图像。...\\ " ); // Load source workbook Workbook book ( srcDir + u "sampleGenerateThumbn...

    docs.aspose.com/cells/zh/cpp/generate-thumbnail...
  10. Create StockHighLowClose Chart in Excel using C...

    Learn how to generate a StockHighLowClose chart in Excel using C# with Aspose.Cells for .NET. Step‑by‑step guide and full source code included....StockHighLowClose chart, and saves the workbook as StockChart_Output.xlsx...does 1️⃣ Instantiates a new Workbook and accesses the first worksheet...

    blog.aspose.com/cells/create-stockhighlowclose-...